changeset 52288:c701c5555888

(common-lisp-mode): New.
author Dave Love <fx@gnu.org>
date Wed, 20 Aug 2003 18:53:12 +0000
parents aece5dd1efda
children 63ea67e10c27
files lisp/emacs-lisp/lisp-mode.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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]."