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
2e13f8e9
Commit
2e13f8e9
authored
Dec 26, 1996
by
Richard M. Stallman
Browse files
(standard_args): Add -find-file and -visit.
parent
e57640c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/emacs.c
src/emacs.c
+2
-0
No files found.
src/emacs.c
View file @
2e13f8e9
...
...
@@ -1122,6 +1122,8 @@ struct standard_args standard_args[] =
{
"-f"
,
"--funcall"
,
0
,
1
},
{
"-funcall"
,
0
,
0
,
1
},
{
"-eval"
,
"--eval"
,
0
,
1
},
{
"-find-file"
,
"--find-file"
,
0
,
1
},
{
"-visit"
,
"--visit"
,
0
,
1
},
{
"-insert"
,
"--insert"
,
0
,
1
},
/* This should be processed after ordinary file name args and the like. */
{
"-kill"
,
"--kill"
,
-
10
,
0
},
...
...
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