[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master bf5a72a 2/2: Remove XEmacs reference from erc-butto
From: |
Stefan Kangas |
Subject: |
[Emacs-diffs] master bf5a72a 2/2: Remove XEmacs reference from erc-button.el todo |
Date: |
Thu, 17 Oct 2019 07:07:42 -0400 (EDT) |
branch: master
commit bf5a72ac9450c0cc67ac0630bfa7f128988a852f
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>
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 14e5204..ec70260 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: