* lisp/emacs-lisp/package.el (define-package): Make obsolete.
This commit is contained in:
parent
c0ced4e499
commit
ade7a212a8
1 changed files with 1 additions and 2 deletions
|
@ -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!"))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue