aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
authorMiles Bader2007-08-13 13:48:35 +0000
committerMiles Bader2007-08-13 13:48:35 +0000
commitb2e6b10fe2d40020a75ab0025af98a4abf339cd2 (patch)
treedb265e5ea93cdc13f8e3b54ed5c7ad2869d50ec9 /src/keymap.c
parent905350bef3ebc514a418658dd155c1d062664b56 (diff)
parent37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (diff)
downloademacs-b2e6b10fe2d40020a75ab0025af98a4abf339cd2.tar.gz
emacs-b2e6b10fe2d40020a75ab0025af98a4abf339cd2.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 7a1fc998758..bfc81614245 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -3898,7 +3898,7 @@ don't alter it yourself. */);
3898 DEFVAR_LISP ("minor-mode-map-alist", &Vminor_mode_map_alist, 3898 DEFVAR_LISP ("minor-mode-map-alist", &Vminor_mode_map_alist,
3899 doc: /* Alist of keymaps to use for minor modes. 3899 doc: /* Alist of keymaps to use for minor modes.
3900Each element looks like (VARIABLE . KEYMAP); KEYMAP is used to read 3900Each element looks like (VARIABLE . KEYMAP); KEYMAP is used to read
3901key sequences and look up bindings iff VARIABLE's value is non-nil. 3901key sequences and look up bindings if VARIABLE's value is non-nil.
3902If two active keymaps bind the same key, the keymap appearing earlier 3902If two active keymaps bind the same key, the keymap appearing earlier
3903in the list takes precedence. */); 3903in the list takes precedence. */);
3904 Vminor_mode_map_alist = Qnil; 3904 Vminor_mode_map_alist = Qnil;