]> git.eshelyaron.com Git - emacs.git/commitdiff
Make instructions for updating ancient filesets obsolete
authorStefan Kangas <stefankangas@gmail.com>
Mon, 21 Nov 2022 10:20:01 +0000 (11:20 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 21 Nov 2022 11:11:50 +0000 (12:11 +0100)
* lisp/filesets.el (filesets-update-pre010505): Make update
information for filesets older than 2001 obsolete.  Note that this
dates back to before filesets.el was even added to Emacs.

lisp/filesets.el

index aeebd907c35b9aae641443095a51f165099ad473..9f07072e7873371c815efdf94049d83afb863a13 100644 (file)
@@ -2390,6 +2390,7 @@ fileset thinks this is necessary or not."
   (filesets-menu-cache-file-load))
 
 (defun filesets-update-pre010505 ()
+  (declare (obsolete nil "29.1"))
   (let ((msg (format-message
 "Filesets: manual editing of user data required!
 
@@ -2435,7 +2436,8 @@ We apologize for the inconvenience.")))
    ((or (not cached-version)
        (string< cached-version "1.5.5")
        (boundp 'filesets-subdocument-patterns))
-    (filesets-update-pre010505)))
+    (with-suppressed-warnings ((obsolete filesets-update-pre010505))
+      (filesets-update-pre010505))))
   (filesets-update-cleanup))
 
 (defun filesets-menu-cache-file-load ()