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
47935df1
Commit
47935df1
authored
Sep 20, 1999
by
Gerd Moellmann
Browse files
(Flookup_key, Faccessible_keymaps, describe_vector,
keys_of_keymap, syms_of_keymap): Remove unused variables.
parent
2decc5a9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
src/keymap.c
src/keymap.c
+2
-8
No files found.
src/keymap.c
View file @
47935df1
...
...
@@ -901,7 +901,6 @@ the front of KEYMAP.")
{
register
int
idx
;
register
Lisp_Object
c
;
register Lisp_Object tem;
register
Lisp_Object
cmd
;
int
metized
=
0
;
int
meta_bit
;
...
...
@@ -996,7 +995,6 @@ recognize the default bindings, just as `read-key-sequence' does.")
Lisp_Object
accept_default
;
{
register
int
idx
;
register Lisp_Object tem;
register
Lisp_Object
cmd
;
register
Lisp_Object
c
;
int
metized
=
0
;
...
...
@@ -1616,7 +1614,7 @@ then the value includes only maps for prefixes that start with PREFIX.")
}
else
if
(
CONSP
(
elt
))
{
register Lisp_Object cmd, tem
, filter
;
register
Lisp_Object
cmd
,
tem
;
cmd
=
get_keyelt
(
XCDR
(
elt
),
0
);
/* Ignore definitions that aren't keymaps themselves. */
...
...
@@ -2943,7 +2941,7 @@ describe_vector (vector, elt_prefix, elt_describer,
Lisp_Object
suppress
;
Lisp_Object
kludge
;
int
first
=
1
;
struct gcpro gcpro1, gcpro2, gcpro3
, gcpro4
;
struct
gcpro
gcpro1
,
gcpro2
,
gcpro3
;
/* Range of elements to be handled. */
int
from
,
to
;
/* A flag to tell if a leaf in this level of char-table is not a
...
...
@@ -3265,8 +3263,6 @@ Return list of symbols found.")
void
syms_of_keymap
()
{
Lisp_Object tem;
Qkeymap
=
intern
(
"keymap"
);
staticpro
(
&
Qkeymap
);
...
...
@@ -3403,8 +3399,6 @@ and applies even for keys that have ordinary bindings.");
void
keys_of_keymap
()
{
Lisp_Object tem;
initial_define_key
(
global_map
,
033
,
"ESC-prefix"
);
initial_define_key
(
global_map
,
Ctl
(
'X'
),
"Control-X-prefix"
);
}
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