# HG changeset patch # User Gerd Moellmann # Date 956584807 0 # Node ID 22bde6ec328f0475f62d211aac3fc474478e3668 # Parent 062f88e62612bc016b7cc7670d129b4f8944aae2 (command-line-x-option-alist): Add `-lsp' and `--line-spacing'. diff -r 062f88e62612 -r 22bde6ec328f lisp/startup.el --- 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