1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

* lisp/emacs-lisp/package.el (define-package): Make obsolete.

This commit is contained in:
Stefan Kangas 2022-07-11 12:41:50 +02:00
parent c0ced4e499
commit ade7a212a8

View File

@ -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!"))