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:
parent
55c6d64573
commit
830ddd7780
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue