emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9eb04d8 1/4: Mark unused Gnus util function as obsolete


From: Lars Ingebrigtsen
Subject: master 9eb04d8 1/4: Mark unused Gnus util function as obsolete
Date: Tue, 4 Aug 2020 13:29:00 -0400 (EDT)

branch: master
commit 9eb04d87409db48ce63ef5d40201c92bc9e7028c
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Mark unused Gnus util function as obsolete
    
    * lisp/gnus/gnus-util.el (gnus-test-list): Mark utility function
    as obsolete -- there are no in-tree usage.
---
 lisp/gnus/gnus-util.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el
index 8d8956f..abe546b 100644
--- a/lisp/gnus/gnus-util.el
+++ b/lisp/gnus/gnus-util.el
@@ -1654,6 +1654,7 @@ The first found will be returned if a file has hard or 
symbolic links."
   "To each element of LIST apply PREDICATE.
 Return nil if LIST is no list or is empty or some test returns nil;
 otherwise, return t."
+  (declare (obsolete nil "28.1"))
   (when (and list (listp list))
     (let ((result (mapcar predicate list)))
       (not (memq nil result)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]