update packages
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user