]> git.eshelyaron.com Git - emacs.git/commitdiff
Declare unused macro package--push obsolete
authorStefan Kangas <stefankangas@gmail.com>
Tue, 5 Nov 2019 14:45:22 +0000 (15:45 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 5 Nov 2019 14:49:29 +0000 (15:49 +0100)
* lisp/emacs-lisp/package.el (package--push): Declare obsolete.

lisp/emacs-lisp/package.el

index 8c8e86aead9a7334e83e397f83306d39ee16c860..80ffdc30195b7e6d3cb91d9b4f67060e8981b42d 100644 (file)
@@ -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)))