.emacs-defs
changeset 1278 8e47e801be9d
parent 1254 19c7b3be9b3a
child 1284 0e25700290c4
--- 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)