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
70646bb5
Commit
70646bb5
authored
May 06, 2004
by
Thien-Thi Nguyen
Browse files
(main) [VMS]: Fix var ref.
parent
112dc8e1
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 @
70646bb5
2004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
* emacs.c (main) [VMS]: Fix var ref.
2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
* data.c (Fsetq_default): Fix docstring.
...
...
src/emacs.c
View file @
70646bb5
...
...
@@ -894,7 +894,7 @@ main (argc, argv
/* If -map specified, map the data file in. */
{
char
*
file
;
if
(
argmatch
(
argv
,
argc
,
"-map"
,
"--map-data"
,
3
,
&
mapin_
file
,
&
skip_args
))
if
(
argmatch
(
argv
,
argc
,
"-map"
,
"--map-data"
,
3
,
&
file
,
&
skip_args
))
mapin_data
(
file
);
}
...
...
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