[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/inf-lisp.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/inf-lisp.el |
Date: |
Wed, 03 Jul 2002 07:24:02 -0400 |
Index: emacs/lisp/progmodes/inf-lisp.el
diff -c emacs/lisp/progmodes/inf-lisp.el:1.31
emacs/lisp/progmodes/inf-lisp.el:1.32
*** emacs/lisp/progmodes/inf-lisp.el:1.31 Thu Dec 20 13:15:41 2001
--- emacs/lisp/progmodes/inf-lisp.el Wed Jul 3 07:24:02 2002
***************
*** 26,36 ****
;; Hacked from tea.el by Olin Shivers (address@hidden). 8/88
! ;; This file defines a 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 also more compatible with the bindings of Hemlock
! ;; and Zwei (the Lisp Machine emacs).
;; Since this mode is built on top of the general command-interpreter-in-
;; a-buffer mode (comint mode), it shares a common base functionality,
--- 26,36 ----
;; Hacked from tea.el by Olin Shivers (address@hidden). 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
! ;; also more compatible with the bindings of Hemlock and Zwei (the
! ;; Lisp Machine emacs).
;; Since this mode is built on top of the general command-interpreter-in-
;; a-buffer mode (comint mode), it shares a common base functionality,
- [Emacs-diffs] Changes to emacs/lisp/progmodes/inf-lisp.el,
Juanma Barranquero <=