(x-handle-switch): Fix handling of x-invocation-args for switches with
arguments.
This commit is contained in:
parent
efb21aabfa
commit
1823c9d2e1
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-06-12 Juanma Barranquero <lektu@terra>
|
||||
|
||||
* term/w32-win.el (x-handle-switch): Fix handling of
|
||||
x-invocation-args for switches with arguments.
|
||||
|
||||
2002-06-12 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* info.el (Info-fontify-node): Compute header line specially
|
||||
|
|
|
@ -148,8 +148,8 @@ the last file dropped is selected."
|
|||
(setq default-frame-alist
|
||||
(cons (cons param
|
||||
(car x-invocation-args))
|
||||
default-frame-alist))
|
||||
x-invocation-args (cdr x-invocation-args))))))
|
||||
default-frame-alist)
|
||||
x-invocation-args (cdr x-invocation-args)))))))
|
||||
|
||||
(defun x-handle-numeric-switch (switch)
|
||||
"Handle SWITCH of the form \"-switch n\"."
|
||||
|
|
Loading…
Add table
Reference in a new issue