comparison src/keymap.c @ 76415:a31980a5f310

(Fdescribe_buffer_bindings): Check that BUFFER is valid.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 09 Mar 2007 17:31:12 +0000
parents 54d760abd1c5
children 13738aa5cbd1 738ce3540ffb 91bf6e05918b
comparison
equal deleted inserted replaced
76414:439b3ff34422 76415:a31980a5f310
2990 = "\ 2990 = "\
2991 Keyboard translations:\n\n\ 2991 Keyboard translations:\n\n\
2992 You type Translation\n\ 2992 You type Translation\n\
2993 -------- -----------\n"; 2993 -------- -----------\n";
2994 2994
2995 CHECK_BUFFER (buffer);
2996
2995 shadow = Qnil; 2997 shadow = Qnil;
2996 GCPRO1 (shadow); 2998 GCPRO1 (shadow);
2997 2999
2998 outbuf = Fcurrent_buffer (); 3000 outbuf = Fcurrent_buffer ();
2999 3001