diff options
| author | Richard M. Stallman | 1994-04-24 08:16:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-24 08:16:47 +0000 |
| commit | f66d964cae06fc1715f5b2a95a0f890aec582a76 (patch) | |
| tree | f45bc39892222d8cf09309d0baf4a872926eec16 | |
| parent | 0b358e64b32eb171959b960ddec0bbc98f6a4502 (diff) | |
| download | emacs-f66d964cae06fc1715f5b2a95a0f890aec582a76.tar.gz emacs-f66d964cae06fc1715f5b2a95a0f890aec582a76.zip | |
(inferior-lisp-mode): Remove space after `:' in mode-line-process.
| -rw-r--r-- | lisp/progmodes/inf-lisp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index a6b4f76713f..55f81700483 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el | |||
| @@ -246,7 +246,7 @@ to continue it." | |||
| 246 | (setq comint-prompt-regexp inferior-lisp-prompt) | 246 | (setq comint-prompt-regexp inferior-lisp-prompt) |
| 247 | (setq major-mode 'inferior-lisp-mode) | 247 | (setq major-mode 'inferior-lisp-mode) |
| 248 | (setq mode-name "Inferior Lisp") | 248 | (setq mode-name "Inferior Lisp") |
| 249 | (setq mode-line-process '(": %s")) | 249 | (setq mode-line-process '(":%s")) |
| 250 | (lisp-mode-variables t) | 250 | (lisp-mode-variables t) |
| 251 | (use-local-map inferior-lisp-mode-map) ;c-c c-k for "kompile" file | 251 | (use-local-map inferior-lisp-mode-map) ;c-c c-k for "kompile" file |
| 252 | (setq comint-get-old-input (function lisp-get-old-input)) | 252 | (setq comint-get-old-input (function lisp-get-old-input)) |