diff options
| -rw-r--r-- | lisp/progmodes/inf-lisp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 0ade0fd04c0..ec4faacb3bc 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el | |||
| @@ -27,8 +27,8 @@ | |||
| 27 | ;; Hacked from tea.el by Olin Shivers (shivers@cs.cmu.edu). 8/88 | 27 | ;; Hacked from tea.el by Olin Shivers (shivers@cs.cmu.edu). 8/88 |
| 28 | 28 | ||
| 29 | ;; This file defines a lisp-in-a-buffer package (inferior-lisp mode) | 29 | ;; This file defines a lisp-in-a-buffer package (inferior-lisp mode) |
| 30 | ;; built on top of comint mode. This version is more featureful, | 30 | ;; built on top of comint mode. This version is more featureful, |
| 31 | ;; robust, and uniform than the Emacs 18 version. The key bindings are | 31 | ;; robust, and uniform than the Emacs 18 version. The key bindings are |
| 32 | ;; also more compatible with the bindings of Hemlock and Zwei (the | 32 | ;; also more compatible with the bindings of Hemlock and Zwei (the |
| 33 | ;; Lisp Machine emacs). | 33 | ;; Lisp Machine emacs). |
| 34 | 34 | ||