diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-05-08 16:38:56 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-05-08 16:38:56 +0000 |
commit | 26f42fe4c4e7b16447e084af8434ea80cbec4b0c (patch) | |
tree | 6e44fce6163c5acca7aafae78f77f99dd58d216d /lisp/filesets.el | |
parent | 89fba92aaf1389561028d0ec5585ac8935dd05db (diff) | |
download | emacs-26f42fe4c4e7b16447e084af8434ea80cbec4b0c.tar.gz |
(filesets-running-xemacs): Fix last change.
Diffstat (limited to 'lisp/filesets.el')
-rw-r--r-- | lisp/filesets.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el index fd640efdf5c..8b494262ae1 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el @@ -294,7 +294,7 @@ key is supported." :type 'sexp :group 'filesets) -(if +(if filesets-running-xemacs (progn (defcustom filesets-menu-path nil "*The menu under which the filesets menu should be inserted. @@ -2510,7 +2510,6 @@ Set up hooks, load the cache file -- if existing -- and build the menu." (provide 'filesets) ;;; Local Variables: -;;; time-stamp-format:"%:y-%02m-%02d" ;;; sentence-end-double-space:t ;;; End: |