From: Pavel Janík Date: Wed, 8 May 2002 16:38:56 +0000 (+0000) Subject: (filesets-running-xemacs): Fix last change. X-Git-Tag: ttn-vms-21-2-B4~15142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26f42fe4c4e7b16447e084af8434ea80cbec4b0c;p=emacs.git (filesets-running-xemacs): Fix last change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 850ba6f0979..87af273b9f8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-05-08 Pavel Jan,Bm(Bk + + * filesets.el (filesets-running-xemacs): Fix last change. + 2002-05-08 Markus Rost * filesets.el (filesets-conditional-sort): Use copy-sequence, not 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: