From: Richard M. Stallman Date: Thu, 3 Oct 1996 21:51:39 +0000 (+0000) Subject: (eval-after-load): Add lisp-indent-function for it. X-Git-Tag: emacs-20.1~3563 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6b4c8bdd2f32c07555ae4e53a39509018d4463b;p=emacs.git (eval-after-load): Add lisp-indent-function for it. --- 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." (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.