Mercurial > hg > xemacs-beta
diff src/symsinit.h @ 388:aabb7f5b1c81 r21-2-9
Import from CVS: tag r21-2-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:09:42 +0200 |
parents | bbff43aa5eb7 |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/src/symsinit.h Mon Aug 13 11:08:51 2007 +0200 +++ b/src/symsinit.h Mon Aug 13 11:09:42 2007 +0200 @@ -68,7 +68,6 @@ void syms_of_dialog (void); void syms_of_dired (void); void syms_of_dired_mswindows (void); -void syms_of_dll (void); void syms_of_doc (void); void syms_of_dragdrop (void); void syms_of_editfns (void); @@ -109,6 +108,7 @@ void syms_of_menubar (void); void syms_of_menubar_mswindows (void); void syms_of_minibuf (void); +void syms_of_module (void); void syms_of_mule (void); void syms_of_mule_canna (void); void syms_of_mule_ccl (void); @@ -281,6 +281,7 @@ void vars_of_menubar (void); void vars_of_menubar_mswindows (void); void vars_of_minibuf (void); +void vars_of_module (void); void vars_of_mule (void); void vars_of_mule_canna (void); void vars_of_mule_charset (void);