]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/package.el (define-package): Make obsolete.
authorStefan Kangas <stefan@marxist.se>
Mon, 11 Jul 2022 10:41:50 +0000 (12:41 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 11 Jul 2022 10:51:00 +0000 (12:51 +0200)
lisp/emacs-lisp/package.el

index 8d0d5d57a228ec558b3a0a9ff538df375187e68c..00beee811ba13407545a7c4d4451a15539ccc7d2 100644 (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!"))
 
 \f