update packages
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "magit-section" "20251108.1923"
|
||||
(define-package "magit-section" "20251220.917"
|
||||
"Sections for read-only buffers."
|
||||
'((emacs "28.1")
|
||||
(compat "30.1")
|
||||
@@ -7,8 +7,8 @@
|
||||
(llama "1.0")
|
||||
(seq "2.24"))
|
||||
:url "https://github.com/magit/magit"
|
||||
:commit "2d8f43e68125d9f7cf97ba182a5d266fe1a52c67"
|
||||
:revdesc "2d8f43e68125"
|
||||
:commit "649b4c972151c0ee495876c0d4c8c13787614886"
|
||||
:revdesc "649b4c972151"
|
||||
:keywords '("tools")
|
||||
:authors '(("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev"))
|
||||
:maintainers '(("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev")))
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
;; Homepage: https://github.com/magit/magit
|
||||
;; Keywords: tools
|
||||
|
||||
;; Package-Version: 20251108.1923
|
||||
;; Package-Revision: 2d8f43e68125
|
||||
;; Package-Version: 20251220.917
|
||||
;; Package-Revision: 649b4c972151
|
||||
;; Package-Requires: (
|
||||
;; (emacs "28.1")
|
||||
;; (compat "30.1")
|
||||
@@ -105,8 +105,8 @@ similar defect.")
|
||||
(define-obsolete-variable-alias 'magit-keep-region-overlay
|
||||
'magit-section-keep-region-overlay "Magit-Section 4.0.0")
|
||||
|
||||
(define-obsolete-variable-alias 'magit-section-visibility-indicator
|
||||
'magit-section-visibility-indicators "Magit-Section 4.4.3")
|
||||
(make-obsolete-variable 'magit-section-visibility-indicator
|
||||
'magit-section-visibility-indicators "Magit-Section 4.5.0")
|
||||
|
||||
;;; Hooks
|
||||
|
||||
@@ -392,7 +392,7 @@ but that ship has sailed, thus this option."
|
||||
"Face used for the left margin.
|
||||
|
||||
Currently this is only used for section visibility indicators, and only
|
||||
when `magit-section-visibility-indicator' is configured to show them in
|
||||
when `magit-section-visibility-indicators' is configured to show them in
|
||||
the margin.
|
||||
|
||||
Due to limitations of how the margin works in Emacs, this is only used
|
||||
@@ -1991,10 +1991,9 @@ When `magit-section-preserve-visibility' is nil, return nil."
|
||||
(cl-defun magit-section-cache-visibility
|
||||
(&optional (section magit-insert-section--current))
|
||||
"Cache SECTION's current visibility."
|
||||
(setf (compat-call alist-get
|
||||
(magit-section-ident section)
|
||||
magit-section-visibility-cache
|
||||
nil nil #'equal)
|
||||
(setf (alist-get (magit-section-ident section)
|
||||
magit-section-visibility-cache
|
||||
nil nil #'equal)
|
||||
(if (oref section hidden) 'hide 'show)))
|
||||
|
||||
(cl-defun magit-section-maybe-cache-visibility
|
||||
|
||||
Reference in New Issue
Block a user