diff options
| author | Richard M. Stallman | 2005-03-26 02:14:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-26 02:14:35 +0000 |
| commit | 7fe11855ab9ede413af077bdb17a1310b0bc8dfe (patch) | |
| tree | da09f854d6bc446d3acd13d271e22006bb684bca | |
| parent | f62504368a56b3170b623e2331a4cecd17dfe8c5 (diff) | |
| download | emacs-7fe11855ab9ede413af077bdb17a1310b0bc8dfe.tar.gz emacs-7fe11855ab9ede413af077bdb17a1310b0bc8dfe.zip | |
(filesets-init): Add autoload.
| -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.")) | |||
| 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. |
| 2501 | Set up hooks, load the cache file -- if existing -- and build the menu." | 2502 | Set up hooks, load the cache file -- if existing -- and build the menu." |