summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/startup.el')
-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.")
'(("-bw" 1 x-handle-numeric-switch border-width)
("-d" 1 x-handle-display)
("-display" 1 x-handle-display)
- ("-name" 1 x-handle-name-rn-switch)
- ("-rn" 1 x-handle-name-rn-switch)
+ ("-name" 1 x-handle-name-switch)
("-title" 1 x-handle-switch title)
("-T" 1 x-handle-switch title)
("-r" 0 x-handle-switch reverse t)
@@ -191,7 +190,7 @@ This is normally copied from `default-directory' when Emacs starts.")
("-bd" 1 x-handle-switch)
("--border-width" 1 x-handle-numeric-switch border-width)
("--display" 1 x-handle-display)
- ("--name" 1 x-handle-name-rn-switch)
+ ("--name" 1 x-handle-name-switch)
("--title" 1 x-handle-switch title)
("--reverse-video" 0 x-handle-switch reverse t)
("--font" 1 x-handle-switch font)