changeset 28694:22bde6ec328f

(command-line-x-option-alist): Add `-lsp' and `--line-spacing'.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 24 Apr 2000 14:00:07 +0000
parents 062f88e62612
children 3930c7410fd6
files lisp/startup.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Mon Apr 24 13:59:25 2000 +0000
+++ b/lisp/startup.el	Mon Apr 24 14:00:07 2000 +0000
@@ -193,6 +193,7 @@
     ("-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 @@
     ("--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