mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Don't call filesets-init.
This commit is contained in:
parent
a81edd91e0
commit
cfce85d839
1 changed files with 4 additions and 6 deletions
|
|
@ -32,9 +32,10 @@
|
|||
;; 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue