From: Gerd Moellmann Date: Mon, 24 Apr 2000 14:00:07 +0000 (+0000) Subject: (command-line-x-option-alist): Add `-lsp' and X-Git-Tag: emacs-pretest-21.0.90~4155 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ff6bda1f3dc40081273fdd61ee027c375377a35;p=emacs.git (command-line-x-option-alist): Add `-lsp' and `--line-spacing'. --- diff --git a/lisp/startup.el b/lisp/startup.el index cd07db9136c..0b378584aec 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