diff options
| author | Richard M. Stallman | 1996-10-03 21:51:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-03 21:51:39 +0000 |
| commit | b6b4c8bdd2f32c07555ae4e53a39509018d4463b (patch) | |
| tree | a942e9001bffd3a8e32370c6b851f518a7590ba4 | |
| parent | e0119683e4094d1f0d5110710a8d58a9d9f7115c (diff) | |
| download | emacs-b6b4c8bdd2f32c07555ae4e53a39509018d4463b.tar.gz emacs-b6b4c8bdd2f32c07555ae4e53a39509018d4463b.zip | |
(eval-after-load): Add lisp-indent-function for it.
| -rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index e3266c924d7..4eae1943d99 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el | |||
| @@ -592,6 +592,7 @@ of the start of the containing expression." | |||
| 592 | (put 'condition-case 'lisp-indent-function 2) | 592 | (put 'condition-case 'lisp-indent-function 2) |
| 593 | (put 'unwind-protect 'lisp-indent-function 1) | 593 | (put 'unwind-protect 'lisp-indent-function 1) |
| 594 | (put 'with-output-to-temp-buffer 'lisp-indent-function 1) | 594 | (put 'with-output-to-temp-buffer 'lisp-indent-function 1) |
| 595 | (put 'eval-after-load 'lisp-indent-function 1) | ||
| 595 | 596 | ||
| 596 | (defun indent-sexp (&optional endpos) | 597 | (defun indent-sexp (&optional endpos) |
| 597 | "Indent each line of the list starting just after point. | 598 | "Indent each line of the list starting just after point. |