# HG changeset patch # User Richard M. Stallman # Date 1111803275 0 # Node ID 7b5c3ff5783528e9a9dd95b70587d3b60441230d # Parent 0b933f58d514efb2475ea7a95c07bf304cc776c1 (filesets-init): Add autoload. diff -r 0b933f58d514 -r 7b5c3ff57835 lisp/filesets.el --- a/lisp/filesets.el Sat Mar 26 02:13:35 2005 +0000 +++ b/lisp/filesets.el Sat Mar 26 02:14:35 2005 +0000 @@ -2496,6 +2496,7 @@ (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."