[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/lisp.h,v
From: |
Andreas Schwab |
Subject: |
[Emacs-diffs] Changes to emacs/src/lisp.h,v |
Date: |
Mon, 28 Jul 2008 12:25:13 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Andreas Schwab <schwab> 08/07/28 12:25:12
Index: lisp.h
===================================================================
RCS file: /sources/emacs/emacs/src/lisp.h,v
retrieving revision 1.637
retrieving revision 1.638
diff -u -b -r1.637 -r1.638
--- lisp.h 27 Jul 2008 18:24:42 -0000 1.637
+++ lisp.h 28 Jul 2008 12:25:10 -0000 1.638
@@ -2350,7 +2350,7 @@
int hash_put P_ ((struct Lisp_Hash_Table *, Lisp_Object, Lisp_Object,
unsigned));
void hash_clear P_ ((struct Lisp_Hash_Table *));
-void remove_hash_entry P_ ((struct Lisp_Hash_Table *, int));
+void init_weak_hash_tables P_ ((void));
extern void init_fns P_ ((void));
EXFUN (Fsxhash, 1);
EXFUN (Fmake_hash_table, MANY);
@@ -3285,6 +3285,9 @@
EXFUN (Fdelete_terminal, 2);
extern void syms_of_terminal P_ ((void));
+/* Defined in font.c */
+extern void syms_of_font P_ ((void));
+
#ifdef HAVE_WINDOW_SYSTEM
/* Defined in fontset.c */
extern void syms_of_fontset P_ ((void));
@@ -3330,6 +3333,12 @@
extern int have_menus_p P_ ((void));
#endif
+#ifdef HAVE_DBUS
+/* Defined in dbusbind.c */
+void xd_read_queued_messages P_ ((void));
+void syms_of_dbusbind P_ ((void));
+#endif
+
/* Nonzero means Emacs has already been initialized.
Used during startup to detect startup of dumped Emacs. */
extern int initialized;
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, (continued)
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Kenichi Handa, 2008/07/03
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Dan Nicolaescu, 2008/07/10
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Andreas Schwab, 2008/07/11
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Dan Nicolaescu, 2008/07/11
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Dan Nicolaescu, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Dan Nicolaescu, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Miles Bader, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Adrian Robert, 2008/07/19
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Dan Nicolaescu, 2008/07/27
- [Emacs-diffs] Changes to emacs/src/lisp.h,v,
Andreas Schwab <=