Mercurial > emacs
changeset 16381:badca394f979
(eval-after-load): Add lisp-indent-function for it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 03 Oct 1996 21:51:39 +0000 |
parents | aee74c21dfee |
children | 509a48e81eaa |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Thu Oct 03 02:16:38 1996 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Thu Oct 03 21:51:39 1996 +0000 @@ -592,6 +592,7 @@ (put 'condition-case 'lisp-indent-function 2) (put 'unwind-protect 'lisp-indent-function 1) (put 'with-output-to-temp-buffer 'lisp-indent-function 1) +(put 'eval-after-load 'lisp-indent-function 1) (defun indent-sexp (&optional endpos) "Indent each line of the list starting just after point.