]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line-x-option-alist): Add `-lsp' and
authorGerd Moellmann <gerd@gnu.org>
Mon, 24 Apr 2000 14:00:07 +0000 (14:00 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 24 Apr 2000 14:00:07 +0000 (14:00 +0000)
`--line-spacing'.

lisp/startup.el

index cd07db9136ccf692dc9181862632db3aea44674d..0b378584aecd936f1f10bab9e23f3ba3b5db21b3 100644 (file)
@@ -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