emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 14 May 2002 09:03:46 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2659 emacs/src/ChangeLog:1.2660
*** emacs/src/ChangeLog:1.2659  Sun May 12 20:05:02 2002
--- emacs/src/ChangeLog Mon May 13 23:04:31 2002
***************
*** 1,3 ****
--- 1,15 ----
+ 2002-05-13  Stefan Monnier  <address@hidden>
+ 
+       * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
+       (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
+       (Fset_keymap_parent): Gcpro a bit more.
+       (access_keymap): Gcpro around meta_map call and around the main loop.
+       (get_keyelt): Gcpro when following indirect references.
+       (copy_keymap_item): New fun, extracted from Fcopy_keymap.
+       (copy_keymap_1, Fcopy_keymap): Use it.  Don't copy the parent map.
+       (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
+       Remove useless ad-hoc remap code.
+ 
  2002-05-13  Richard M. Stallman  <address@hidden>
  
        * search.c (search_buffer): Give up boyer moore search if inverse



reply via email to

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