diff lisp/filesets.el @ 45188:f4660a19c409

(filesets-running-xemacs): Fix last change.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 08 May 2002 16:38:21 +0000
parents aa4f6ae8b6a9
children fdaa74251274
line wrap: on
line diff
--- a/lisp/filesets.el	Wed May 08 15:54:59 2002 +0000
+++ b/lisp/filesets.el	Wed May 08 16:38:21 2002 +0000
@@ -294,7 +294,7 @@
   :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 @@
 (provide 'filesets)
 
 ;;; Local Variables:
-;;; time-stamp-format:"%:y-%02m-%02d"
 ;;; sentence-end-double-space:t
 ;;; End: