Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
830ddd77
Commit
830ddd77
authored
Nov 07, 2001
by
Pavel Janík
Browse files
(access_keymap): Fix compilation error.
parent
55c6d645
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/keymap.c
src/keymap.c
+1
-1
No files found.
src/ChangeLog
View file @
830ddd77
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>
2001-11-07 Miles Bader <miles@gnu.org>
* xfns.c (x_set_frame_parameters): Avoid infinite recursion.
* xfns.c (x_set_frame_parameters): Avoid infinite recursion.
...
...
src/keymap.c
View file @
830ddd77
...
@@ -522,7 +522,7 @@ access_keymap (map, idx, t_ok, noinherit, autoload)
...
@@ -522,7 +522,7 @@ access_keymap (map, idx, t_ok, noinherit, autoload)
/* t_binding is where we put a default binding that applies,
/* t_binding is where we put a default binding that applies,
to use in case we do not find a binding specifically
to use in case we do not find a binding specifically
for this key sequence.
for this key sequence.
*/
Lisp_Object
t_binding
;
Lisp_Object
t_binding
;
t_binding
=
Qnil
;
t_binding
=
Qnil
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment