aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1992-07-22 01:19:00 +0000
committerJim Blandy1992-07-22 01:19:00 +0000
commit0c280127f51f9b5b17e4cb5bba80fe78c2c06c6d (patch)
tree73d46c335ab5fad97c24e40dc754f3400dc82375
parent926d501901d8e649781471731c35dddcc48e6ce7 (diff)
downloademacs-0c280127f51f9b5b17e4cb5bba80fe78c2c06c6d.tar.gz
emacs-0c280127f51f9b5b17e4cb5bba80fe78c2c06c6d.zip
*** empty log message ***
-rw-r--r--lisp/progmodes/inf-lisp.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el
index 05b62d56204..b1f953febf5 100644
--- a/lisp/progmodes/inf-lisp.el
+++ b/lisp/progmodes/inf-lisp.el
@@ -141,6 +141,8 @@
141;;; Code: 141;;; Code:
142 142
143(require 'comint) 143(require 'comint)
144(require 'lisp-mode)
145
144 146
145(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" 147(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'"
146 "*What not to save on inferior Lisp's input history 148 "*What not to save on inferior Lisp's input history