]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't call filesets-init.
authorRichard M. Stallman <rms@gnu.org>
Thu, 24 Apr 2003 01:55:38 +0000 (01:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 24 Apr 2003 01:55:38 +0000 (01:55 +0000)
lisp/filesets.el

index 49a92d6f4b61d6663ba1f2d305a6da1a8b92f3e3..384872814de2f01c81d7e7813c570d61019aa022 100644 (file)
 ;; pattern, a base directory and a search pattern (for files), or an
 ;; inclusion group (i.e. a base file including other files).
 
-;; Usage: 1. Put (require 'filesets) into your start-up file.  2. Type
-;; M-x filesets-edit or choose "Edit Filesets" from the menu.  3. Save
-;; your customizations.
+;; Usage:
+;; 1. Put (require 'filesets) and (filesets-init) in your .emacs file.
+;; 2. Type ;; M-x filesets-edit or choose "Edit Filesets" from the menu.
+;; 3. Save your customizations.
 
 ;; Caveat: Fileset names have to be unique.
 
@@ -2505,9 +2506,6 @@ Set up hooks, load the cache file -- if existing -- and build the menu."
     (filesets-build-menu)))
 
 
-;;; run
-(filesets-init)
-
 (provide 'filesets)
 
 ;;; Local Variables: