# HG changeset patch # User Richard M. Stallman # Date 844379499 0 # Node ID badca394f9792f5b3a736a39ca611203e9738e43 # Parent aee74c21dfeebe753da92f902bd47cc47362423c (eval-after-load): Add lisp-indent-function for it. diff -r aee74c21dfee -r badca394f979 lisp/emacs-lisp/lisp-mode.el --- 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.