]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove XEmacs reference from erc-button.el todo
authorStefan Kangas <stefankangas@gmail.com>
Thu, 17 Oct 2019 11:04:25 +0000 (13:04 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 17 Oct 2019 11:05:18 +0000 (13:05 +0200)
* lisp/erc/erc-button.el: Remove reference to XEmacs from a todo item.

lisp/erc/erc-button.el

index 14e5204632738e52292c2d596526f3f1c1ad2342..ec70260146f52056c2c176c6ea98ea66488431f9 100644 (file)
 ;; (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.
 
 \f
 ;;; Code: