emacs-diffs
[Top][All Lists]
Advanced

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

master d76bc06: Declare unused macro package--push obsolete


From: Stefan Kangas
Subject: master d76bc06: Declare unused macro package--push obsolete
Date: Tue, 5 Nov 2019 09:49:54 -0500 (EST)

branch: master
commit d76bc06abc38e8b6489c7e526711a87fb5450784
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    Declare unused macro package--push obsolete
    
    * lisp/emacs-lisp/package.el (package--push): Declare obsolete.
---
 lisp/emacs-lisp/package.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 8c8e86a..80ffdc3 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -2773,6 +2773,7 @@ Letters do not insert themselves; instead, they are 
commands.
   "Convenience macro for `package-menu--generate'.
 If the alist stored in the symbol LISTNAME lacks an entry for a
 package PKG-DESC, add one.  The alist is keyed with PKG-DESC."
+  (declare (obsolete nil "27.1"))
   `(unless (assoc ,pkg-desc ,listname)
      ;; FIXME: Should we move status into pkg-desc?
      (push (cons ,pkg-desc ,status) ,listname)))



reply via email to

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