diff -r ae5c2b9ab4bd -r 8e47e801be9d .emacs-defs --- a/.emacs-defs Wed Apr 01 14:53:04 2015 +0300 +++ b/.emacs-defs Thu Apr 02 19:51:29 2015 +0300 @@ -38,6 +38,7 @@ (normal-top-level-add-subdirs-to-load-path)))) (defmacro my--eval-after-load (feature &rest forms) + (declare (indent defun)) `(,(if (or (not (boundp 'byte-compile-current-file)) (not byte-compile-current-file) (if (symbolp feature)