diff options
-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 |