Function: hyrolo--post-display-buffer

hyrolo--post-display-buffer is a byte-compiled function defined in hyrolo.el.

Signature

(hyrolo--post-display-buffer)

Documentation

Update the HyRolo display buffer after modifications are finished.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo--post-display-buffer ()
  "Update the HyRolo display buffer after modifications are finished."
  (with-current-buffer hyrolo-display-buffer
    (hyrolo-set-display-buffer-mode)
    ;; Reverse both of the following lists to order them properly.
    (setq-local hyrolo--cache-loc-match-bounds   (nreverse hyrolo--cache-loc-match-bounds)
		hyrolo--cache-major-mode-indexes (nreverse hyrolo--cache-major-mode-indexes))))