diff options
-rw-r--r-- | lisp/filesets.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el index dee662ee87d..faba379db03 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el @@ -2496,6 +2496,7 @@ We apologize for the inconvenience.")) (defun filesets-exit () (filesets-menu-cache-file-save-maybe)) +;;;###autoload (defun filesets-init () "Filesets initialization. Set up hooks, load the cache file -- if existing -- and build the menu." |