From: Stefan Kangas Date: Tue, 5 Nov 2019 14:45:22 +0000 (+0100) Subject: Declare unused macro package--push obsolete X-Git-Tag: emacs-27.0.90~736 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d76bc06abc38e8b6489c7e526711a87fb5450784;p=emacs.git Declare unused macro package--push obsolete * lisp/emacs-lisp/package.el (package--push): Declare obsolete. --- diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 8c8e86aead9..80ffdc30195 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)))