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
5dad8282
Commit
5dad8282
authored
Nov 16, 1994
by
Karl Heuer
Browse files
Fix typo in comment.
parent
41d86b13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dispnew.c
src/dispnew.c
+1
-1
No files found.
src/dispnew.c
View file @
5dad8282
...
@@ -1904,7 +1904,7 @@ the current state.\n")
...
@@ -1904,7 +1904,7 @@ the current state.\n")
if
(
*
vecp
==
Qlambda
)
if
(
*
vecp
==
Qlambda
)
return
Qnil
;
return
Qnil
;
changed:
changed:
/* Start with 1 so there is room for at least on lambda at the end. */
/* Start with 1 so there is room for at least on
e
lambda at the end. */
n
=
1
;
n
=
1
;
FOR_EACH_FRAME
(
tail
,
frame
)
FOR_EACH_FRAME
(
tail
,
frame
)
n
++
;
n
++
;
...
...
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