aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/filesets.el3
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 850ba6f097..87af273b9f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-08 Pavel Jan,Bm(Bk <[email protected]>
+
+ * filesets.el (filesets-running-xemacs): Fix last change.
+
2002-05-08 Markus Rost <[email protected]>
* filesets.el (filesets-conditional-sort): Use copy-sequence, not
diff --git a/lisp/filesets.el b/lisp/filesets.el
index fd640efdf5..8b494262ae 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: