diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 15:20:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 15:20:58 +0000 |
commit | 87742f0063dc5fba514410ac46d4838d8233de21 (patch) | |
tree | a28d9e7882cdc7a5732d671e25c01337257c6a6b /lisp/=cmulisp.el | |
parent | 4cb68c2b7e87a939361891a3c95b39d018d52084 (diff) | |
download | emacs-87742f0063dc5fba514410ac46d4838d8233de21.tar.gz |
Added standard library headers.
Diffstat (limited to 'lisp/=cmulisp.el')
-rw-r--r-- | lisp/=cmulisp.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/=cmulisp.el b/lisp/=cmulisp.el index 8a406e7e85f..fff1d95ada8 100644 --- a/lisp/=cmulisp.el +++ b/lisp/=cmulisp.el @@ -6,6 +6,8 @@ ;;; 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 (shivers@cs.cmu.edu). 8/88 ;;; Please send me bug reports, bug fixes, and extensions, so that I can @@ -126,6 +128,9 @@ ;;; Read the rest of this file for more information. + +;;; Code: + (defvar cmulisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "*What not to save on inferior Lisp's input history Input matching this regexp is not saved on the input history in cmulisp |