1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

(filesets-running-xemacs): Fix last change.

This commit is contained in:
Pavel Janík 2002-05-08 16:38:56 +00:00
parent 89fba92aaf
commit 26f42fe4c4
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-05-08 Pavel Jan,Bm(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

View 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: