Mercurial > emacs
changeset 46158:61df14a62e39
Fix spacing (garbled by previous patch).
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 03 Jul 2002 11:32:20 +0000 |
parents | 0fdf41e45be2 |
children | bd315b9fa3f0 |
files | lisp/progmodes/inf-lisp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/inf-lisp.el Wed Jul 03 11:31:02 2002 +0000 +++ b/lisp/progmodes/inf-lisp.el Wed Jul 03 11:32:20 2002 +0000 @@ -27,8 +27,8 @@ ;; Hacked from tea.el by Olin Shivers (shivers@cs.cmu.edu). 8/88 ;; This file defines a lisp-in-a-buffer package (inferior-lisp mode) -;; built on top of comint mode. This version is more featureful, -;; robust, and uniform than the Emacs 18 version. The key bindings are +;; built on top of comint mode. This version is more featureful, +;; robust, and uniform than the Emacs 18 version. The key bindings are ;; also more compatible with the bindings of Hemlock and Zwei (the ;; Lisp Machine emacs).