projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
096b703
)
(command-line): Fix bug in previous change.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 28 Sep 1994 22:38:04 +0000
(22:38 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 28 Sep 1994 22:38:04 +0000
(22:38 +0000)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 2090e046308f8de7332358bf8d8d952fbc13c0c2..e1a3bba5010f25dead3b555972a2015089f39549 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-297,8
+297,8
@@
specified by the LC_ALL, LC_CTYPE and LANG environment variables.")
(argi (car args))
(argval nil))
(if (string-match "=" argi)
- (setq arg
i (substring argi 0 (1- (match-beginning 0)
))
- arg
val (substring argi (match-end
0))))
+ (setq arg
val (substring argi (match-end 0
))
+ arg
i (substring argi 0 (match-beginning
0))))
(let ((completion (try-completion argi longopts)))
(if (eq completion t)
(setq argi (substring argi 1))