Function: magit-section-paint

magit-section-paint is a byte-compiled function defined in magit-section.el.

Signature

(magit-section-paint ARG &rest ARGS)

Implementations

(magit-section-paint (SECTION magit-hunk-section) HIGHLIGHT) in `magit-diff.el'.

Undocumented

(magit-section-paint (SECTION magit-section) HIGHLIGHT) in `magit-section.el'.

Undocumented

Source Code

;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(cl-defmethod magit-section-paint ((section magit-section) _highlight)
  (error "Slot `paint' bound but `magit-section-paint' not implemented for `%s'"
         (eieio-object-class-name section)))