]> git.eshelyaron.com Git - emacs.git/commitdiff
(inferior-lisp-mode): Remove space after `:' in mode-line-process.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 08:16:47 +0000 (08:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 08:16:47 +0000 (08:16 +0000)
lisp/progmodes/inf-lisp.el

index a6b4f76713f953ccb003e875f7653256355ba0e3..55f8170048354ee8b89d61d027e675f3cf86be0b 100644 (file)
@@ -246,7 +246,7 @@ to continue it."
   (setq comint-prompt-regexp inferior-lisp-prompt)
   (setq major-mode 'inferior-lisp-mode)
   (setq mode-name "Inferior Lisp")
-  (setq mode-line-process '(": %s"))
+  (setq mode-line-process '(":%s"))
   (lisp-mode-variables t)
   (use-local-map inferior-lisp-mode-map)    ;c-c c-k for "kompile" file
   (setq comint-get-old-input (function lisp-get-old-input))