]> code.delx.au - gnu-emacs/blobdiff - src/emacs.c
(make_cursor_line_fully_visible): Handle case of rows
[gnu-emacs] / src / emacs.c
index 1c4e3d0423a34658b17bb994c7b3d7809ad14ae0..ddb540eb3d10798b96642141de565e026d7e6bf3 100644 (file)
@@ -255,6 +255,7 @@ Display options:\n\
 --iconic                       start Emacs in iconified state\n\
 --icon-type, -i                        use picture of gnu for Emacs icon\n\
 --internal-border, -ib WIDTH   width between text and main border\n\
+--line-spacing, -lsp PIXELS    additional space to put between lines\n\
 --mouse-color, -ms COLOR       mouse cursor color in Emacs window\n\
 --name NAME                    title of main Emacs window\n\
 --reverse-video, -r, -rv       switch foreground and background\n\
@@ -1179,7 +1180,7 @@ main (argc, argv, envp)
     }
 
   no_loadup
-    = !argmatch (argv, argc, "-nl", "--no-loadup", 6, NULL, &skip_args);
+    = argmatch (argv, argc, "-nl", "--no-loadup", 6, NULL, &skip_args);
 
 
 #ifdef HAVE_X_WINDOWS