The below comment seems to have been incorrect since 2002 (see commit
5f1fbf6b35).
* lisp/ezimage.el (ezimage-insert-image-button-maybe): Delete stale
and incorrect comment.
(when ezimage-use-images
(let* ((bt (buffer-substring start (+ length start)))
(a (assoc bt ezimage-expand-image-button-alist)))
- ;; Regular images (created with `insert-image' are intangible
- ;; which (I suppose) make them more compatible with XEmacs 21.
- ;; Unfortunately, there is a giant pile of code dependent on the
- ;; underlying text. This means if we leave it tangible, then I
- ;; don't have to change said giant piles of code.
(if (and a (symbol-value (cdr a)))
(ezimage-insert-over-text (symbol-value (cdr a))
start