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
4aaa3607
Commit
4aaa3607
authored
Mar 26, 2002
by
Eli Zaretskii
Browse files
(Fdump_emacs): Fix a typo in "command-line-processed".
parent
40ae145b
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/emacs.c
src/emacs.c
+1
-1
No files found.
src/ChangeLog
View file @
4aaa3607
2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
* emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
2002-03-26 Richard M. Stallman <rms@gnu.org>
* fns.c (Fsubstring_no_properties): New function.
...
...
src/emacs.c
View file @
4aaa3607
...
...
@@ -2045,7 +2045,7 @@ You must run Emacs in batch mode in order to dump it. */)
/* Bind `command-line-processed' to nil before dumping,
so that the dumped Emacs will process its command line
and set up to work with X windows if appropriate. */
symbol
=
intern
(
"command-line-process"
);
symbol
=
intern
(
"command-line-process
ed
"
);
specbind
(
symbol
,
Qnil
);
CHECK_STRING
(
filename
);
...
...
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