# HG changeset patch # User Dave Love # Date 1061405592 0 # Node ID c701c5555888dd584db720becc10aca101ca675a # Parent aece5dd1efda3497cf8e9a60afdf791d90a368de (common-lisp-mode): New. diff -r aece5dd1efda -r c701c5555888 lisp/emacs-lisp/lisp-mode.el --- 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]."