aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/inf-lisp.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-07-16 19:23:43 +0000
committerEric S. Raymond <[email protected]>1992-07-16 19:23:43 +0000
commit0716883099912b79e0c4717a78db67677539aee5 (patch)
treef76ea31828f4e95f632e4e34eb9d23444565c6e4 /lisp/progmodes/inf-lisp.el
parente7308e06764687f370e1d5adf81269bbcec1f2ab (diff)
*** empty log message ***
Diffstat (limited to 'lisp/progmodes/inf-lisp.el')
-rw-r--r--lisp/progmodes/inf-lisp.el10
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el
index 11fc14af06..58a31b35a1 100644
--- a/lisp/progmodes/inf-lisp.el
+++ b/lisp/progmodes/inf-lisp.el
@@ -1,11 +1,16 @@
;;; cmulisp.el --- improved version of standard inferior-lisp mode
+;; Author: Olin Shivers <[email protected]>
+;; Last-Modified: 16 Jul 1993
+
;;; Copyright Olin Shivers (1988).
;;; Please imagine a long, tedious, legalistic 5-page gnu-style copyright
;;; notice appearing here to the effect that you may use this code any
;;; way you like, as long as you don't charge money for it, remove this
;;; notice, or hold me liable for its results.
+;;; Commentary:
+
;;; This replaces the standard inferior-lisp mode.
;;; Hacked from tea.el by Olin Shivers ([email protected]). 8/88
;;; Please send me bug reports, bug fixes, and extensions, so that I can
@@ -48,7 +53,6 @@
;;; Maybe I should ensure the process mark is in the window when I send
;;; text to the process? Switch selectable?
-(require 'comint)
;; YOUR .EMACS FILE
;;=============================================================================
;; Some suggestions for your .emacs file.
@@ -125,6 +129,10 @@
;;; source by lisp-load/compile-file.
;;; Read the rest of this file for more information.
+
+;;; Code:
+
+(require 'comint)
(defvar cmulisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'"
"*What not to save on inferior Lisp's input history