diff options
| author | Dave Love | 2003-08-20 18:53:12 +0000 |
|---|---|---|
| committer | Dave Love | 2003-08-20 18:53:12 +0000 |
| commit | 60b2e60d2dfb941aa0dcc6dec5d2c3b86c1f72f6 (patch) | |
| tree | 5ecc4ffa297780c89f4969da841352a443eb3d1b | |
| parent | 7a0e9874341845577911414a127656a403bde45f (diff) | |
| download | emacs-60b2e60d2dfb941aa0dcc6dec5d2c3b86c1f72f6.tar.gz emacs-60b2e60d2dfb941aa0dcc6dec5d2c3b86c1f72f6.zip | |
(common-lisp-mode): New.
| -rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 3 |
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]." |