aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
authorJuanma Barranquero2007-03-09 17:31:12 +0000
committerJuanma Barranquero2007-03-09 17:31:12 +0000
commit2fa7d369ba3a19196f7e965cc02afb772626f4c6 (patch)
tree3d82cf1ecafabc26243646a7698cc3fdc20c91a3 /src/keymap.c
parent93a48127f6f88bbe2dd0816d3b5dd74713f76e27 (diff)
downloademacs-2fa7d369ba3a19196f7e965cc02afb772626f4c6.tar.gz
emacs-2fa7d369ba3a19196f7e965cc02afb772626f4c6.zip
(Fdescribe_buffer_bindings): Check that BUFFER is valid.
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 2 insertions, 0 deletions
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\
2992You type Translation\n\ 2992You 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