1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 14:22:31 -07:00

* keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.

This commit is contained in:
Dan Nicolaescu 2009-11-06 07:49:31 +00:00
parent d67b4f80db
commit 5adc433ec6
2 changed files with 7 additions and 5 deletions

View file

@ -1,5 +1,7 @@
2009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
* keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
* xterm.c (syms_of_xterm):
* xselect.c (syms_of_xselect):
* xmenu.c (syms_of_xmenu):