Mercurial > emacs
comparison lisp/filesets.el @ 50683:11093cda819e
Don't call filesets-init.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 24 Apr 2003 01:55:38 +0000 |
parents | 796b9b8e53c3 |
children | 1b22075b3bb5 |
comparison
equal
deleted
inserted
replaced
50682:f532d7d4d12b | 50683:11093cda819e |
---|---|
30 ;; Define filesets, which can be opened or saved with the power of one or | 30 ;; Define filesets, which can be opened or saved with the power of one or |
31 ;; two mouse clicks only. A fileset is either a list of files, a file | 31 ;; two mouse clicks only. A fileset is either a list of files, a file |
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 |
41 ;; Filesets.el adds a nifty filesets menu to your menubar. If you change | 42 ;; Filesets.el adds a nifty filesets menu to your menubar. If you change |
42 ;; your filesets on the fly, don't forget to select "Save Filesets" from | 43 ;; your filesets on the fly, don't forget to select "Save Filesets" from |
2503 (if filesets-menu-ensure-use-cached | 2504 (if filesets-menu-ensure-use-cached |
2504 (setq filesets-menu-use-cached-flag t))) | 2505 (setq filesets-menu-use-cached-flag t))) |
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: |
2514 ;;; sentence-end-double-space:t | 2512 ;;; sentence-end-double-space:t |
2515 ;;; End: | 2513 ;;; End: |