diff options
| author | Miles Bader | 2007-03-18 14:11:08 +0000 |
|---|---|---|
| committer | Miles Bader | 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 emacs-a72ea5f5b087a4cb68bac19ca5945e636a0b171f.zip | |
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\ | |||
| 2989 | You type Translation\n\ | 2989 | You type Translation\n\ |
| 2990 | -------- -----------\n"; | 2990 | -------- -----------\n"; |
| 2991 | 2991 | ||
| 2992 | CHECK_BUFFER (buffer); | ||
| 2993 | |||
| 2992 | shadow = Qnil; | 2994 | shadow = Qnil; |
| 2993 | GCPRO1 (shadow); | 2995 | GCPRO1 (shadow); |
| 2994 | 2996 | ||