diff options
author | Jim Blandy <jimb@redhat.com> | 1992-07-22 01:19:00 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-07-22 01:19:00 +0000 |
commit | 0c280127f51f9b5b17e4cb5bba80fe78c2c06c6d (patch) | |
tree | 73d46c335ab5fad97c24e40dc754f3400dc82375 /lisp/progmodes/inf-lisp.el | |
parent | 926d501901d8e649781471731c35dddcc48e6ce7 (diff) | |
download | emacs-0c280127f51f9b5b17e4cb5bba80fe78c2c06c6d.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/progmodes/inf-lisp.el')
-rw-r--r-- | lisp/progmodes/inf-lisp.el | 2 |
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 @@ ;;; Code: (require 'comint) +(require 'lisp-mode) + (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "*What not to save on inferior Lisp's input history |