diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/filesets.el | 3 |
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 @@ | |||
| 1 | 2002-05-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * filesets.el (filesets-running-xemacs): Fix last change. | ||
| 4 | |||
| 1 | 2002-05-08 Markus Rost <rost@math.ohio-state.edu> | 5 | 2002-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 | ||