emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f1f1912658: ; Delete stale and incorrect comment in ezimage.el


From: Stefan Kangas
Subject: master f1f1912658: ; Delete stale and incorrect comment in ezimage.el
Date: Mon, 8 Aug 2022 15:33:55 -0400 (EDT)

branch: master
commit f1f1912658556e2f2a39cdae0da7ea2b8564d861
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; 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 9e5a08e682..ad98c45336 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]