emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/emacs.c


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Fri, 09 Dec 2005 20:49:06 -0500

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.380 emacs/src/emacs.c:1.381
*** emacs/src/emacs.c:1.380     Wed Nov 23 07:19:03 2005
--- emacs/src/emacs.c   Sat Dec 10 01:49:06 2005
***************
*** 1331,1336 ****
--- 1331,1337 ----
        syms_of_macfns ();
        syms_of_ccl ();
        syms_of_fontset ();
+       syms_of_keymap ();
        syms_of_macterm ();
        syms_of_macmenu ();
        syms_of_macselect ();
***************
*** 1585,1591 ****
--- 1586,1594 ----
  #endif /* CLASH_DETECTION */
        syms_of_indent ();
        syms_of_insdel ();
+ #ifndef MAC_OS8
        syms_of_keymap ();
+ #endif
        syms_of_macros ();
        syms_of_marker ();
        syms_of_minibuf ();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]