diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-10-12 02:35:23 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-10-12 02:41:35 +0200 |
commit | cd5b63807b6558ae0c4a05dc322601282a8312c2 (patch) | |
tree | 82db86a1548e321a061b02f5e0e244538eb06dee /lisp/erc/erc-goodies.el | |
parent | 8436243ac62a12b732e9c8cb54bb3c1d6efc9c25 (diff) | |
download | emacs-cd5b63807b6558ae0c4a05dc322601282a8312c2.tar.gz emacs-cd5b63807b6558ae0c4a05dc322601282a8312c2.tar.bz2 emacs-cd5b63807b6558ae0c4a05dc322601282a8312c2.zip |
Remove last XEmacs compat code from ERC
* lisp/erc/erc-dcc.el (erc-dcc-member): Remove XEmacs compat code.
* lisp/erc/erc-goodies.el (erc-move-to-prompt-setup): Doc fix;
remove spurious reference to XEmacs; this is needed also for
Emacs.
Diffstat (limited to 'lisp/erc/erc-goodies.el')
-rw-r--r-- | lisp/erc/erc-goodies.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-goodies.el b/lisp/erc/erc-goodies.el index fc9a8d39ef4..683ac2d37c5 100644 --- a/lisp/erc/erc-goodies.el +++ b/lisp/erc/erc-goodies.el @@ -137,7 +137,7 @@ Put this function on `erc-insert-post-hook' and/or `erc-send-post-hook'." (goto-char (point-max)))) (defun erc-move-to-prompt-setup () - "Initialize the move-to-prompt module for XEmacs." + "Initialize the move-to-prompt module." (add-hook 'pre-command-hook #'erc-move-to-prompt nil t)) ;;; Keep place in unvisited channels |