diff options
author | Miles Bader <miles@gnu.org> | 2007-03-18 14:11:08 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-03-18 14:11:08 +0000 |
commit | a72ea5f5b087a4cb68bac19ca5945e636a0b171f (patch) | |
tree | ccb5b746322b106948bb887966905ae87114f66b /src/keymap.c | |
parent | 5f0813fa6d43b780adae1cb47835ae70adcb3b12 (diff) | |
parent | 7ab2e82f0e19aead5fafaf7f959e4db29f3926b5 (diff) | |
download | emacs-a72ea5f5b087a4cb68bac19ca5945e636a0b171f.tar.gz |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 662-669)
- Update from CVS
- Fix read-only prompt problem in isearch
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 207-208)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-184
Diffstat (limited to 'src/keymap.c')
-rw-r--r-- | src/keymap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keymap.c b/src/keymap.c index abf934908cc..a612b0d5c6c 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -2989,6 +2989,8 @@ Keyboard translations:\n\n\ You type Translation\n\ -------- -----------\n"; + CHECK_BUFFER (buffer); + shadow = Qnil; GCPRO1 (shadow); |