(common-lisp-mode): New.
This commit is contained in:
parent
7a0e987434
commit
60b2e60d2d
1 changed files with 3 additions and 0 deletions
|
@ -358,6 +358,9 @@ if that value is non-nil."
|
|||
(set-syntax-table lisp-mode-syntax-table)
|
||||
(run-mode-hooks 'lisp-mode-hook))
|
||||
|
||||
;; Used in old LispM code.
|
||||
(defalias 'common-lisp-mode 'lisp-mode)
|
||||
|
||||
;; This will do unless inf-lisp.el is loaded.
|
||||
(defun lisp-eval-defun (&optional and-go)
|
||||
"Send the current defun to the Lisp process made by \\[run-lisp]."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue