comparison src/lisp.h @ 90227:10fe5fadaf89

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 532-541) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 112-115) - Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 11 Sep 2005 22:21:01 +0000
parents 2d92f5c9d6ae e5d4c2f48bb3
children 7beb78bc1f8e
comparison
equal deleted inserted replaced
90226:df78f2fb8f6a 90227:10fe5fadaf89
3139 EXFUN (Fx_popup_menu, 2); 3139 EXFUN (Fx_popup_menu, 2);
3140 EXFUN (Fx_popup_dialog, 3); 3140 EXFUN (Fx_popup_dialog, 3);
3141 extern void syms_of_xmenu P_ ((void)); 3141 extern void syms_of_xmenu P_ ((void));
3142 3142
3143 /* defined in sysdep.c */ 3143 /* defined in sysdep.c */
3144 #ifndef HAVE_GET_CURRENT_DIR_NAME
3145 extern char *get_current_dir_name P_ ((void));
3146 #endif
3144 extern void stuff_char P_ ((char c)); 3147 extern void stuff_char P_ ((char c));
3145 extern void init_sigio P_ ((int)); 3148 extern void init_sigio P_ ((int));
3146 extern void request_sigio P_ ((void)); 3149 extern void request_sigio P_ ((void));
3147 extern void unrequest_sigio P_ ((void)); 3150 extern void unrequest_sigio P_ ((void));
3148 extern void reset_sys_modes P_ ((void)); 3151 extern void reset_sys_modes P_ ((void));