narf-reload-autoloads: load autoloads file if called interactively
This commit is contained in:
parent
adbd4eecd0
commit
83c0909920
1 changed files with 2 additions and 0 deletions
|
@ -243,6 +243,8 @@ to abort the minibuffer."
|
||||||
(update-directory-autoloads (concat dir "/defuns"))
|
(update-directory-autoloads (concat dir "/defuns"))
|
||||||
(message "Scanned: %s" dir))
|
(message "Scanned: %s" dir))
|
||||||
(list narf-core-dir narf-modules-dir))
|
(list narf-core-dir narf-modules-dir))
|
||||||
|
(when (called-interactively-p 'interactive)
|
||||||
|
(require 'autoloads))
|
||||||
(message "Done!")))
|
(message "Done!")))
|
||||||
|
|
||||||
(provide 'core-defuns)
|
(provide 'core-defuns)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue