update packages
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
;; Homepage: https://github.com/magit/magit
|
||||
;; Keywords: tools
|
||||
|
||||
;; Package-Version: 20250610.1522
|
||||
;; Package-Revision: 0daafe08149b
|
||||
;; Package-Version: 20250704.2300
|
||||
;; Package-Revision: 5b820a1d1e94
|
||||
;; Package-Requires: (
|
||||
;; (emacs "27.1")
|
||||
;; (compat "30.1")
|
||||
;; (llama "0.6.3")
|
||||
;; (llama "1.0.0")
|
||||
;; (seq "2.24"))
|
||||
|
||||
;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||
@@ -307,6 +307,7 @@ no effect. This also has no effect for Emacs >= 28, where
|
||||
|
||||
(defvar-local magit-section-pre-command-region-p nil)
|
||||
(defvar-local magit-section-pre-command-section nil)
|
||||
|
||||
(defvar-local magit-section-highlight-force-update nil)
|
||||
(defvar-local magit-section-highlight-overlays nil)
|
||||
(defvar-local magit-section-selection-overlays nil)
|
||||
@@ -547,6 +548,11 @@ The return value has the form ((TYPE . VALUE)...)."
|
||||
(and-let* ((parent (oref section parent)))
|
||||
(magit-section-ident parent))))
|
||||
|
||||
(defun magit-section-equal (a b)
|
||||
"Return t if A an B are the same section."
|
||||
(and a b (equal (magit-section-ident a)
|
||||
(magit-section-ident b))))
|
||||
|
||||
(cl-defgeneric magit-section-ident-value (object)
|
||||
"Return OBJECT's value, making it constant and unique if necessary.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user