]> code.delx.au - gnu-emacs/commitdiff
(gud-mode, gud-sentinel):
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 08:16:18 +0000 (08:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 08:16:18 +0000 (08:16 +0000)
Remove space after `:' in mode-line-process.

lisp/gud.el

index 1734a95636e24f2482730065b641e3a18a6581d5..aaf289667779b99b033880a887d61bc507d3c5c4 100644 (file)
@@ -870,7 +870,7 @@ comint mode, which see."
   (comint-mode)
   (setq major-mode 'gud-mode)
   (setq mode-name "Debugger")
-  (setq mode-line-process '(": %s"))
+  (setq mode-line-process '(":%s"))
   (use-local-map (copy-keymap comint-mode-map))
   (define-key (current-local-map) "\C-c\C-l" 'gud-refresh)
   (make-local-variable 'gud-last-frame)
@@ -968,7 +968,7 @@ comint mode, which see."
         (setq overlay-arrow-position nil)
         ;; Fix the mode line.
         (setq mode-line-process
-              (concat ": "
+              (concat ":"
                       (symbol-name (process-status proc))))
         (let* ((obuf (current-buffer)))
           ;; save-excursion isn't the right thing if