aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-28 07:58:29 +0000
committerRichard M. Stallman1996-06-28 07:58:29 +0000
commit5676ab57a873642bc71726652cb897a40ad72dce (patch)
tree9f9fed788584ac4431b4a093b5619fc0fd0341d4 /lisp
parent39d10e52ed1603198e8ad8658e7a898f6b2a9f85 (diff)
downloademacs-5676ab57a873642bc71726652cb897a40ad72dce.tar.gz
emacs-5676ab57a873642bc71726652cb897a40ad72dce.zip
(command-line-x-option-alist): Don't handle -rn.
x-handle-name-rn-switch renamed to x-handle-name-switch.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/startup.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 5e9bfdc3bfd..a3aafc7454f 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -163,8 +163,7 @@ This is normally copied from `default-directory' when Emacs starts.")
163 '(("-bw" 1 x-handle-numeric-switch border-width) 163 '(("-bw" 1 x-handle-numeric-switch border-width)
164 ("-d" 1 x-handle-display) 164 ("-d" 1 x-handle-display)
165 ("-display" 1 x-handle-display) 165 ("-display" 1 x-handle-display)
166 ("-name" 1 x-handle-name-rn-switch) 166 ("-name" 1 x-handle-name-switch)
167 ("-rn" 1 x-handle-name-rn-switch)
168 ("-title" 1 x-handle-switch title) 167 ("-title" 1 x-handle-switch title)
169 ("-T" 1 x-handle-switch title) 168 ("-T" 1 x-handle-switch title)
170 ("-r" 0 x-handle-switch reverse t) 169 ("-r" 0 x-handle-switch reverse t)
@@ -191,7 +190,7 @@ This is normally copied from `default-directory' when Emacs starts.")
191 ("-bd" 1 x-handle-switch) 190 ("-bd" 1 x-handle-switch)
192 ("--border-width" 1 x-handle-numeric-switch border-width) 191 ("--border-width" 1 x-handle-numeric-switch border-width)
193 ("--display" 1 x-handle-display) 192 ("--display" 1 x-handle-display)
194 ("--name" 1 x-handle-name-rn-switch) 193 ("--name" 1 x-handle-name-switch)
195 ("--title" 1 x-handle-switch title) 194 ("--title" 1 x-handle-switch title)
196 ("--reverse-video" 0 x-handle-switch reverse t) 195 ("--reverse-video" 0 x-handle-switch reverse t)
197 ("--font" 1 x-handle-switch font) 196 ("--font" 1 x-handle-switch font)