]> git.eshelyaron.com Git - emacs.git/commitdiff
(filesets-running-xemacs): Fix last change.
authorPavel Janík <Pavel@Janik.cz>
Wed, 8 May 2002 16:38:56 +0000 (16:38 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 8 May 2002 16:38:56 +0000 (16:38 +0000)
lisp/ChangeLog
lisp/filesets.el

index 850ba6f097987e5dee6a03a0a1c88ee962e2644a..87af273b9f84e1233814dc66e6c46dfc55c0010b 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * filesets.el (filesets-running-xemacs): Fix last change.
+
 2002-05-08  Markus Rost  <rost@math.ohio-state.edu>
 
        * filesets.el (filesets-conditional-sort): Use copy-sequence, not
index fd640efdf5cc4af389526a20eb47fcfe57e97d4f..8b494262ae1ce836e6010611f9ee253f33badf5b 100644 (file)
@@ -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: