aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/lisp-mode.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index dcb8848a7a4..be6f6ab8854 100644
--- a/lisp/emacs-lisp/lisp-mode.el
+++ b/lisp/emacs-lisp/lisp-mode.el
@@ -358,6 +358,9 @@ if that value is non-nil."
358 (set-syntax-table lisp-mode-syntax-table) 358 (set-syntax-table lisp-mode-syntax-table)
359 (run-mode-hooks 'lisp-mode-hook)) 359 (run-mode-hooks 'lisp-mode-hook))
360 360
361;; Used in old LispM code.
362(defalias 'common-lisp-mode 'lisp-mode)
363
361;; This will do unless inf-lisp.el is loaded. 364;; This will do unless inf-lisp.el is loaded.
362(defun lisp-eval-defun (&optional and-go) 365(defun lisp-eval-defun (&optional and-go)
363 "Send the current defun to the Lisp process made by \\[run-lisp]." 366 "Send the current defun to the Lisp process made by \\[run-lisp]."