]> code.delx.au - gnu-emacs/blobdiff - lisp/filesets.el
(Converting Representations): Update the description of what
[gnu-emacs] / lisp / filesets.el
index fd640efdf5cc4af389526a20eb47fcfe57e97d4f..ae82aedb68b6780b80d99d8053572f4832c76eb0 100644 (file)
@@ -152,7 +152,7 @@ COND-FN takes one argument: the current element."
        (setq rv (append rv (list elt)))))))
 
 (defun filesets-ormap (fsom-pred lst)
-  "Return the the tail of FSOM-LST for the head of which FSOM-PRED is non-nil."
+  "Return the tail of FSOM-LST for the head of which FSOM-PRED is non-nil."
   (let ((fsom-lst lst)
        (fsom-rv nil))
     (while (and (not (null fsom-lst))
@@ -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: