]> git.eshelyaron.com Git - emacs.git/commitdiff
; Delete stale and incorrect comment in ezimage.el
authorStefan Kangas <stefan@marxist.se>
Mon, 8 Aug 2022 19:31:50 +0000 (21:31 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 8 Aug 2022 19:33:24 +0000 (21:33 +0200)
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.

lisp/ezimage.el

index 9e5a08e682f78a10b1e6ebf30561e63bd88e6e0f..ad98c453368d0caf25574288750cffcbd5cf74b0 100644 (file)
@@ -182,11 +182,6 @@ Optional argument STRING is a string upon which to add text properties."
   (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