comparison src/keymap.c @ 90787:91bf6e05918b

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
author Miles Bader <miles@gnu.org>
date Sun, 18 Mar 2007 14:11:08 +0000
parents ec58e5c426ef a31980a5f310
children 4ef881a120fe
comparison
equal deleted inserted replaced
90786:ca12f314faac 90787:91bf6e05918b
2987 = "\ 2987 = "\
2988 Keyboard translations:\n\n\ 2988 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
2995 outbuf = Fcurrent_buffer (); 2997 outbuf = Fcurrent_buffer ();
2996 2998