diff options
| -rw-r--r-- | lisp/filesets.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el index 61284f942ae..a53f2c68389 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | ;;; Commentary: | 28 | ;;; Commentary: |
| 29 | 29 | ||
| 30 | ;; Define filesets, which can be opened or saved with the power 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). |
| @@ -86,7 +86,7 @@ | |||
| 86 | (eval-and-compile | 86 | (eval-and-compile |
| 87 | (unless (boundp 'filesets-running-xemacs) | 87 | (unless (boundp 'filesets-running-xemacs) |
| 88 | (defvar filesets-running-xemacs (string-match "XEmacs\\|Lucid" emacs-version) | 88 | (defvar filesets-running-xemacs (string-match "XEmacs\\|Lucid" emacs-version) |
| 89 | "Non-nil means we are runninn XEmacs."))) | 89 | "Non-nil means we are running XEmacs."))) |
| 90 | 90 | ||
| 91 | (defvar filesets-menu-cache nil | 91 | (defvar filesets-menu-cache nil |
| 92 | "The whole filesets menu.") | 92 | "The whole filesets menu.") |