aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-04-24 14:00:07 +0000
committerGerd Moellmann <[email protected]>2000-04-24 14:00:07 +0000
commit9ff6bda1f3dc40081273fdd61ee027c375377a35 (patch)
treec930e758ce5cd1c61c9b023fc447db4683f7dd21 /lisp
parent79b14b94a121250d1636e4db65fd7dfa6132dbd0 (diff)
(command-line-x-option-alist): Add `-lsp' and
`--line-spacing'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/startup.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index cd07db9136..0b378584ae 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -193,6 +193,7 @@ This is normally copied from `default-directory' when Emacs starts.")
("-font" 1 x-handle-switch font)
("-ib" 1 x-handle-numeric-switch internal-border-width)
("-g" 1 x-handle-geometry)
+ ("-lsp" 1 x-handle-numeric-switch line-spacing)
("-geometry" 1 x-handle-geometry)
("-fg" 1 x-handle-switch foreground-color)
("-foreground" 1 x-handle-switch foreground-color)
@@ -223,6 +224,7 @@ This is normally copied from `default-directory' when Emacs starts.")
("--xrm" 1 x-handle-xrm-switch)
("--cursor-color" 1 x-handle-switch cursor-color)
("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t)
+ ("--line-spacing" 1 x-handle-numeric-switch line-spacing)
("--border-color" 1 x-handle-switch border-width))
"Alist of X Windows options.
Each element has the form