From: Juanma Barranquero Date: Fri, 9 Mar 2007 17:31:12 +0000 (+0000) Subject: (Fdescribe_buffer_bindings): Check that BUFFER is valid. X-Git-Tag: emacs-pretest-22.0.96~180 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fa7d369ba3a19196f7e965cc02afb772626f4c6;p=emacs.git (Fdescribe_buffer_bindings): Check that BUFFER is valid. --- diff --git a/src/keymap.c b/src/keymap.c index dd126a9a8f3..00a182f52f0 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -2992,6 +2992,8 @@ Keyboard translations:\n\n\ You type Translation\n\ -------- -----------\n"; + CHECK_BUFFER (buffer); + shadow = Qnil; GCPRO1 (shadow);