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
81fa9e2f
Commit
81fa9e2f
authored
Jun 12, 1993
by
Richard M. Stallman
Browse files
(get_keymap_1): Add missing semicolon.
(describe_vector_princ): Align to column 16.
parent
5061d9c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/keymap.c
src/keymap.c
+3
-2
No files found.
src/keymap.c
View file @
81fa9e2f
...
...
@@ -222,8 +222,8 @@ get_keymap_1 (object, error, autoload)
{
struct
gcpro
gcpro1
,
gcpro2
;
GCPRO2
(
tem
,
object
)
do_autoload
(
tem
,
object
);
GCPRO2
(
tem
,
object
)
;
do_autoload
(
tem
,
object
);
UNGCPRO
;
goto
autoload_retry
;
...
...
@@ -1860,6 +1860,7 @@ static int
describe_vector_princ
(
elt
)
Lisp_Object
elt
;
{
Findent_to
(
make_number
(
16
),
make_number
(
1
));
Fprinc
(
elt
,
Qnil
);
Fterpri
(
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