projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e77ce6
)
Declare syms_of_menu.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 8 Jun 2008 04:37:34 +0000
(
04:37
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 8 Jun 2008 04:37:34 +0000
(
04:37
+0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index bdbfe43ba193dde419bd0d71a6483dde9091d269..77e11ccdae77a2277abedca4cc29f2e8a5b87f17 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-3214,6
+3214,9
@@
extern Lisp_Object next_single_char_property_change P_ ((Lisp_Object,
Lisp_Object,
Lisp_Object));
+/* defined in menu.c */
+extern void syms_of_menu P_ ((void));
+
/* defined in xmenu.c */
EXFUN (Fx_popup_menu, 2);
EXFUN (Fx_popup_dialog, 3);