Function: treemacs--evade-image--inliner

treemacs--evade-image--inliner is a function defined in treemacs-core-utils.el.

Signature

(treemacs--evade-image--inliner INLINE--FORM)

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-core-utils.el
;; Could not find source code, showing raw function object.
#[(inline--form)
  ((ignore inline--form)
   (catch 'inline--just-use
     (list 'when (list 'eq 'major-mode (list 'quote 'treemacs-mode))
	   (list 'beginning-of-line)
	   (list 'when
		 (list 'eq (list 'quote 'image)
		       (list 'car-safe
			     (list 'get-text-property (list 'point)
				   (list 'quote 'display))))
		 (list 'forward-char 1)))))
  (t)]