diff lisp/emacs-lisp/lisp-mode.el @ 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 da03658014e3
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.