summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/package.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-11 12:41:50 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-11 12:51:00 +0200
commitade7a212a882540178d9504e7e0bd3be3bf1fd41 (patch)
treea287ea4dbe4055086828f366849ce3eeec5f52c4 /lisp/emacs-lisp/package.el
parentc0ced4e49989b98035729b46693a56c5f168d8bf (diff)
downloademacs-ade7a212a882540178d9504e7e0bd3be3bf1fd41.tar.gz
emacs-ade7a212a882540178d9504e7e0bd3be3bf1fd41.tar.bz2
emacs-ade7a212a882540178d9504e7e0bd3be3bf1fd41.zip
* lisp/emacs-lisp/package.el (define-package): Make obsolete.
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r--lisp/emacs-lisp/package.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 8d0d5d57a22..00beee811ba 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -720,8 +720,7 @@ REQUIREMENTS is a list of dependencies on other packages.
where OTHER-VERSION is a string.
EXTRA-PROPERTIES is currently unused."
- (declare (indent defun))
- ;; FIXME: Placeholder! Should we keep it?
+ (declare (obsolete nil "29.1") (indent defun))
(error "Don't call me!"))