diff options
| author | Miles Bader | 2007-08-13 13:41:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-13 13:41:28 +0000 |
| commit | 37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (patch) | |
| tree | 7fb68e80f66e55100c48b9751cf70c74af2d4bf1 /src/keymap.c | |
| parent | 031b6333283be57d971e557b83da31c6be937b0a (diff) | |
| parent | 9d2db4c6637fe37d75f947063bcb2ecce319a1bc (diff) | |
| download | emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.tar.gz emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index c9817199a4f..2c760050c1d 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -4074,7 +4074,7 @@ don't alter it yourself. */); | |||
| 4074 | DEFVAR_LISP ("minor-mode-map-alist", &Vminor_mode_map_alist, | 4074 | DEFVAR_LISP ("minor-mode-map-alist", &Vminor_mode_map_alist, |
| 4075 | doc: /* Alist of keymaps to use for minor modes. | 4075 | doc: /* Alist of keymaps to use for minor modes. |
| 4076 | Each element looks like (VARIABLE . KEYMAP); KEYMAP is used to read | 4076 | Each element looks like (VARIABLE . KEYMAP); KEYMAP is used to read |
| 4077 | key sequences and look up bindings iff VARIABLE's value is non-nil. | 4077 | key sequences and look up bindings if VARIABLE's value is non-nil. |
| 4078 | If two active keymaps bind the same key, the keymap appearing earlier | 4078 | If two active keymaps bind the same key, the keymap appearing earlier |
| 4079 | in the list takes precedence. */); | 4079 | in the list takes precedence. */); |
| 4080 | Vminor_mode_map_alist = Qnil; | 4080 | Vminor_mode_map_alist = Qnil; |