From 9ff6bda1f3dc40081273fdd61ee027c375377a35 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 24 Apr 2000 14:00:07 +0000 Subject: [PATCH] (command-line-x-option-alist): Add `-lsp' and `--line-spacing'. --- lisp/startup.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5