]> git.eshelyaron.com Git - emacs.git/commitdiff
(common-lisp-mode): New.
authorDave Love <fx@gnu.org>
Wed, 20 Aug 2003 18:53:12 +0000 (18:53 +0000)
committerDave Love <fx@gnu.org>
Wed, 20 Aug 2003 18:53:12 +0000 (18:53 +0000)
lisp/emacs-lisp/lisp-mode.el

index dcb8848a7a428a706807d3f10410c3b29ec43ae3..be6f6ab8854d795dfab00eb73d92cd0204660404 100644 (file)
@@ -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]."