aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2002-05-10 07:02:42 +0000
committerKim F. Storm <[email protected]>2002-05-10 07:02:42 +0000
commit05b2c53f3ad0d7c5dbf5b8a5abd70c6715310196 (patch)
treedf214e95d107fc0c877a3383b7f5eaf3ba5394b5 /src
parent717339e5a420516685e269e156efce9f22940dc6 (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8e4046b3e4..5bdb3e16bf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2002-05-10 Kim F. Storm <[email protected]>
+
+ * keymap.c (Vemulation_mode_map_alists): New variable.
+ (syms_of_keymap): DEFVAR_LISP it.
+ (current_minor_maps): Process keymap alists in that list before
+ minor-mode-overriding-map-alist and minor-mode-map-alist.
+
2002-05-09 Richard M. Stallman <[email protected]>
* search.c (Freplace_match): Doc fix.