projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d270d7d
)
Declare unused macro package--push obsolete
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 5 Nov 2019 14:45:22 +0000
(15:45 +0100)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 8c8e86aead9a7334e83e397f83306d39ee16c860..80ffdc30195b7e6d3cb91d9b4f67060e8981b42d 100644
(file)
--- 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)))