diff options
author | Johan Bockgård <bojohan@gnu.org> | 2009-09-26 14:16:33 +0000 |
---|---|---|
committer | Johan Bockgård <bojohan@gnu.org> | 2009-09-26 14:16:33 +0000 |
commit | 9c7b2dd3bdbb1a5a9652d9c713b7011c2ccc83a4 (patch) | |
tree | 42b0faf63d718aa51f438bb57bb6117b2ac99d35 /lisp/erc/ChangeLog | |
parent | 416ac2f17edb6dd24f979c34fca9fee33535dcb0 (diff) | |
download | emacs-9c7b2dd3bdbb1a5a9652d9c713b7011c2ccc83a4.tar.gz |
(erc-button-add-button): Only call `widget-convert-button' in XEmacs.
For Emacs (at least), it doesn't seem to have any purpose except
creating lots of overlays, slowing everything down.
Diffstat (limited to 'lisp/erc/ChangeLog')
-rw-r--r-- | lisp/erc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index cf170809ee3..c2e83911e0c 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,10 @@ +2009-09-26 Johan Bockgård <bojohan@gnu.org> + + * erc-button.el (erc-button-add-button): Only call + `widget-convert-button' in XEmacs. For Emacs (at least), it + doesn't seem to have any purpose except creating lots of overlays, + slowing everything down. + 2009-09-19 Glenn Morris <rgm@gnu.org> * erc-lang.el (line): Define for compiler. |