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
cf7cff57
Commit
cf7cff57
authored
Jul 02, 2011
by
Paul Eggert
Browse files
* keymap.c (access_keymap_1): Now static.
parent
fc00f69c
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 @
cf7cff57
2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
* keymap.c (access_keymap_1): Now static.
2011-07-02 Chong Yidong <cyd@stupidchicken.com>
* keyboard.c (command_loop_1): If a down-mouse event is unbound,
...
...
src/keymap.c
View file @
cf7cff57
...
...
@@ -388,7 +388,7 @@ Return PARENT. PARENT should be nil or another keymap. */)
Returns Qunbound if no binding was found (and returns Qnil if a nil
binding was found). */
Lisp_Object
static
Lisp_Object
access_keymap_1
(
Lisp_Object
map
,
Lisp_Object
idx
,
int
t_ok
,
int
noinherit
,
int
autoload
)
{
/* If idx is a list (some sort of mouse click, perhaps?),
...
...
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