From bf5a72ac9450c0cc67ac0630bfa7f128988a852f Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 17 Oct 2019 13:04:25 +0200 Subject: [PATCH] Remove XEmacs reference from erc-button.el todo * lisp/erc/erc-button.el: Remove reference to XEmacs from a todo item. --- lisp/erc/erc-button.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el index 14e52046327..ec70260146f 100644 --- a/lisp/erc/erc-button.el +++ b/lisp/erc/erc-button.el @@ -31,10 +31,9 @@ ;; (erc-button-mode 1) ;; ;; Todo: -;; * Rewrite all this to do the same, but use button.el from GNU Emacs -;; if it's available for xemacs too. Why? button.el is much faster, -;; and much more elegant, and solves the problem we get with large buffers -;; and a large erc-button-marker-list. +;; * Rewrite all this to do the same, but use button.el. Why? +;; button.el is much faster, and much more elegant, and solves the +;; problem we get with large buffers and a large erc-button-marker-list. ;;; Code: -- 2.39.2