aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-05-08 16:38:56 +0000
committerPavel Janík2002-05-08 16:38:56 +0000
commit26f42fe4c4e7b16447e084af8434ea80cbec4b0c (patch)
tree6e44fce6163c5acca7aafae78f77f99dd58d216d
parent89fba92aaf1389561028d0ec5585ac8935dd05db (diff)
downloademacs-26f42fe4c4e7b16447e084af8434ea80cbec4b0c.tar.gz
emacs-26f42fe4c4e7b16447e084af8434ea80cbec4b0c.zip
(filesets-running-xemacs): Fix last change.
-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 850ba6f0979..87af273b9f8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-05-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * filesets.el (filesets-running-xemacs): Fix last change.
4
12002-05-08 Markus Rost <rost@math.ohio-state.edu> 52002-05-08 Markus Rost <rost@math.ohio-state.edu>
2 6
3 * filesets.el (filesets-conditional-sort): Use copy-sequence, not 7 * 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."
294 :type 'sexp 294 :type 'sexp
295 :group 'filesets) 295 :group 'filesets)
296 296
297(if 297(if filesets-running-xemacs
298 (progn 298 (progn
299 (defcustom filesets-menu-path nil 299 (defcustom filesets-menu-path nil
300 "*The menu under which the filesets menu should be inserted. 300 "*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."
2510(provide 'filesets) 2510(provide 'filesets)
2511 2511
2512;;; Local Variables: 2512;;; Local Variables:
2513;;; time-stamp-format:"%:y-%02m-%02d"
2514;;; sentence-end-double-space:t 2513;;; sentence-end-double-space:t
2515;;; End: 2514;;; End:
2516 2515