diff options
| author | Richard M. Stallman | 2003-04-24 01:55:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-04-24 01:55:38 +0000 |
| commit | cfce85d83910bf2abe2d0b057b13617cdfbbd820 (patch) | |
| tree | 298aa63d52fe0418194190b97ef9cdc0e891f923 /lisp/filesets.el | |
| parent | a81edd91e0da0ac9f1e46be1e9dbe0b068146c9c (diff) | |
| download | emacs-cfce85d83910bf2abe2d0b057b13617cdfbbd820.tar.gz emacs-cfce85d83910bf2abe2d0b057b13617cdfbbd820.zip | |
Don't call filesets-init.
Diffstat (limited to 'lisp/filesets.el')
| -rw-r--r-- | lisp/filesets.el | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el index 49a92d6f4b6..384872814de 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el | |||
| @@ -32,9 +32,10 @@ | |||
| 32 | ;; pattern, a base directory and a search pattern (for files), or an | 32 | ;; pattern, a base directory and a search pattern (for files), or an |
| 33 | ;; inclusion group (i.e. a base file including other files). | 33 | ;; inclusion group (i.e. a base file including other files). |
| 34 | 34 | ||
| 35 | ;; Usage: 1. Put (require 'filesets) into your start-up file. 2. Type | 35 | ;; Usage: |
| 36 | ;; M-x filesets-edit or choose "Edit Filesets" from the menu. 3. Save | 36 | ;; 1. Put (require 'filesets) and (filesets-init) in your .emacs file. |
| 37 | ;; your customizations. | 37 | ;; 2. Type ;; M-x filesets-edit or choose "Edit Filesets" from the menu. |
| 38 | ;; 3. Save your customizations. | ||
| 38 | 39 | ||
| 39 | ;; Caveat: Fileset names have to be unique. | 40 | ;; Caveat: Fileset names have to be unique. |
| 40 | 41 | ||
| @@ -2505,9 +2506,6 @@ Set up hooks, load the cache file -- if existing -- and build the menu." | |||
| 2505 | (filesets-build-menu))) | 2506 | (filesets-build-menu))) |
| 2506 | 2507 | ||
| 2507 | 2508 | ||
| 2508 | ;;; run | ||
| 2509 | (filesets-init) | ||
| 2510 | |||
| 2511 | (provide 'filesets) | 2509 | (provide 'filesets) |
| 2512 | 2510 | ||
| 2513 | ;;; Local Variables: | 2511 | ;;; Local Variables: |