1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 03:20:39 -08:00

(access_keymap): Fix compilation error.

This commit is contained in:
Pavel Janík 2001-11-07 08:47:21 +00:00
parent 55c6d64573
commit 830ddd7780
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-11-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* keymap.c (access_keymap): Fix compilation error.
2001-11-07 Miles Bader <miles@gnu.org>
* xfns.c (x_set_frame_parameters): Avoid infinite recursion.

View file

@ -522,7 +522,7 @@ access_keymap (map, idx, t_ok, noinherit, autoload)
/* t_binding is where we put a default binding that applies,
to use in case we do not find a binding specifically
for this key sequence.
for this key sequence. */
Lisp_Object t_binding;
t_binding = Qnil;