]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove "manual" package--builtin-versions updates
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 24 Sep 2022 14:46:22 +0000 (16:46 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 24 Sep 2022 14:51:53 +0000 (16:51 +0200)
* lisp/emacs-lisp/nadvice.el:
* lisp/emacs-lisp/cl-generic.el: Don't push to
package--builtin-versions "manually", because loaddefs-gen does
this correctly now.

lisp/emacs-lisp/cl-generic.el
lisp/emacs-lisp/nadvice.el

index 3fd85bcb8804211bb7de66edd7ff77fd4df70f0c..b3ade3b89430ce23c5a19719165fc7cea73dba8b 100644 (file)
 ;; This second one is closely related to what we do here (and that's
 ;; the name "generalizer" comes from).
 
-;; The autoloads.el mechanism which adds package--builtin-versions
-;; maintenance to loaddefs.el doesn't work for preloaded packages (such
-;; as this one), so we have to do it by hand!
-(push (purecopy '(cl-generic 1 0)) package--builtin-versions)
-
 ;; Note: For generic functions that dispatch on several arguments (i.e. those
 ;; which use the multiple-dispatch feature), we always use the same "tagcodes"
 ;; and the same set of arguments on which to dispatch.  This works, but is
index db33474c60539e48bd845b96f391e97d889b213c..b4acd423b8deea78a145f44ac67bb9ab6f0a3064 100644 (file)
@@ -4,6 +4,7 @@
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
 ;; Keywords: extensions, lisp, tools
+;; Version: 1.0
 
 ;; This file is part of GNU Emacs.
 
 
 ;;; Code:
 
-;; The autoloads.el mechanism which adds package--builtin-versions
-;; maintenance to loaddefs.el doesn't work for preloaded packages (such
-;; as this one), so we have to do it by hand!
-(push (purecopy '(nadvice 1 0)) package--builtin-versions)
-
 (oclosure-define (advice
                   (:predicate advice--p)
                   (:copier advice--cons (cdr))