diff lisp/emacs-lisp/lisp-mode.el @ 52288:c701c5555888

(common-lisp-mode): New.
author Dave Love <fx@gnu.org>
date Wed, 20 Aug 2003 18:53:12 +0000
parents 4a7f0e1b3678
children 695cf19ef79e
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Wed Aug 20 18:48:43 2003 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Wed Aug 20 18:53:12 2003 +0000
@@ -358,6 +358,9 @@
   (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]."