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
1d1100d7
Commit
1d1100d7
authored
Mar 14, 2008
by
Glenn Morris
Browse files
(command-line-1): Rename -internal-script back to -scriptload (reverts
previous change).
parent
c1fbdbbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/startup.el
lisp/startup.el
+1
-1
No files found.
lisp/ChangeLog
View file @
1d1100d7
2008-03-14 Glenn Morris <rgm@gnu.org>
2008-03-14 Glenn Morris <rgm@gnu.org>
* startup.el (command-line-1): Rename -internal-script back to
-scriptload (reverts previous change).
* textmodes/org-irc.el (top-level): CL not required when compiling.
* textmodes/org-irc.el (top-level): CL not required when compiling.
(org-irc-visit-erc): Replace runtime CL functions.
(org-irc-visit-erc): Replace runtime CL functions.
...
...
lisp/startup.el
View file @
1d1100d7
...
@@ -2086,7 +2086,7 @@ A fancy display is used on graphic displays, normal otherwise."
...
@@ -2086,7 +2086,7 @@ A fancy display is used on graphic displays, normal otherwise."
;; This is used to handle -script. It's not clear
;; This is used to handle -script. It's not clear
;; we need to document it (it is totally internal).
;; we need to document it (it is totally internal).
((
member
argi
'
(
"-
internal-
script"
))
((
member
argi
'
(
"-script
load
"
))
(
let*
((
file
(
command-line-normalize-file-name
(
let*
((
file
(
command-line-normalize-file-name
(
or
argval
(
pop
command-line-args-left
))))
(
or
argval
(
pop
command-line-args-left
))))
;; Take file from default dir.
;; Take file from default dir.
...
...
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