From: Stefan Kangas Date: Mon, 8 Aug 2022 19:31:50 +0000 (+0200) Subject: ; Delete stale and incorrect comment in ezimage.el X-Git-Tag: emacs-29.0.90~1447^2~297 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1f1912658556e2f2a39cdae0da7ea2b8564d861;p=emacs.git ; 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. --- 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