Function: magit-bookmark--store-buffer-values
magit-bookmark--store-buffer-values is a byte-compiled function
defined in magit-section.el.
Signature
(magit-bookmark--store-buffer-values BOOKMARK MODE)
Documentation
Set MODE-specific properties in BOOKMARK.
For each variable specified by MODE's magit-bookmark-variables property,
store its buffer-local value in BOOKMARK, using the variable symbol as the
property name.
Implementations
(magit-bookmark--store-buffer-values BOOKMARK (NIL ((&context . major-mode) derived-mode magit-mode))) in `magit-bookmark.el'.
Undocumented
Source Code
;; Defined in ~/.emacs.d/elpa/magit-section-20260731.2248/magit-section.el
(cl-defgeneric magit-bookmark--store-buffer-values (bookmark mode)
"Set MODE-specific properties in BOOKMARK.
For each variable specified by MODE's `magit-bookmark-variables' property,
store its buffer-local value in BOOKMARK, using the variable symbol as the
property name.")