update packages

This commit is contained in:
2025-12-25 11:44:13 +01:00
parent 059fa06572
commit 1dab1fe4ab
144 changed files with 19985 additions and 1331 deletions

View File

@@ -17,8 +17,8 @@
;; Homepage: https://github.com/magit/magit
;; Keywords: git tools vc
;; Package-Version: 20251125.101
;; Package-Revision: ced3d5afc33d
;; Package-Version: 20251217.1836
;; Package-Revision: 655bc502a3bd
;; Package-Requires: (
;; (emacs "28.1")
;; (compat "30.1")
@@ -773,11 +773,12 @@ For X11 something like ~/.xinitrc should work.\n"
(require 'magit-stash)
(require 'magit-blame)
(require 'magit-submodule)
;; The `provide' form may be missing so we have to
;; try harder to ensure this is loaded exactly once.
(unless (or (featurep 'magit-autoloads)
(unless (or noninteractive
;; The `provide' form may be missing, so we have to
;; try harder to ensure this is loaded exactly once.
(featurep 'magit-autoloads)
(autoloadp (symbol-function 'magit-patch))
(load "magit-autoloads" t))
(load "magit-autoloads" t t))
(require 'magit-patch)
(require 'magit-subtree)
(require 'magit-ediff)