emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ade7a212a8: * lisp/emacs-lisp/package.el (define-package): Make o


From: Stefan Kangas
Subject: master ade7a212a8: * lisp/emacs-lisp/package.el (define-package): Make obsolete.
Date: Mon, 11 Jul 2022 06:51:24 -0400 (EDT)

branch: master
commit ade7a212a882540178d9504e7e0bd3be3bf1fd41
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/emacs-lisp/package.el (define-package): Make obsolete.
---
 lisp/emacs-lisp/package.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 8d0d5d57a2..00beee811b 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!"))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]