aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-26 02:14:35 +0000
committerRichard M. Stallman2005-03-26 02:14:35 +0000
commit7fe11855ab9ede413af077bdb17a1310b0bc8dfe (patch)
treeda09f854d6bc446d3acd13d271e22006bb684bca
parentf62504368a56b3170b623e2331a4cecd17dfe8c5 (diff)
downloademacs-7fe11855ab9ede413af077bdb17a1310b0bc8dfe.tar.gz
emacs-7fe11855ab9ede413af077bdb17a1310b0bc8dfe.zip
(filesets-init): Add autoload.
-rw-r--r--lisp/filesets.el1
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."))
2496(defun filesets-exit () 2496(defun filesets-exit ()
2497 (filesets-menu-cache-file-save-maybe)) 2497 (filesets-menu-cache-file-save-maybe))
2498 2498
2499;;;###autoload
2499(defun filesets-init () 2500(defun filesets-init ()
2500 "Filesets initialization. 2501 "Filesets initialization.
2501Set up hooks, load the cache file -- if existing -- and build the menu." 2502Set up hooks, load the cache file -- if existing -- and build the menu."