From f1f1912658556e2f2a39cdae0da7ea2b8564d861 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefan@marxist.se>
Date: Mon, 8 Aug 2022 21:31:50 +0200
Subject: [PATCH] ; Delete stale and incorrect comment in ezimage.el

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 | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lisp/ezimage.el b/lisp/ezimage.el
index 9e5a08e682f..ad98c453368 100644
--- a/lisp/ezimage.el
+++ b/lisp/ezimage.el
@@ -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
-- 
2.39.5