]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove last XEmacs compat code from ERC
authorStefan Kangas <stefan@marxist.se>
Tue, 12 Oct 2021 00:35:23 +0000 (02:35 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 12 Oct 2021 00:41:35 +0000 (02:41 +0200)
* 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.

lisp/erc/erc-dcc.el
lisp/erc/erc-goodies.el

index db278a1275c56a4421fe8afa18c2cbc4e47c32ef..52b0b9586d5923f8dd197906eccf198cdf896cf6 100644 (file)
@@ -183,9 +183,7 @@ compared with `erc-nick-equal-p' which is IRC case-insensitive."
           (let ((prop (car prem))
                 (val (cadr prem)))
             (setq prem (cddr prem)
-                  ;; plist-member is a predicate in xemacs
-                  test (and (plist-member elt prop)
-                            (plist-get elt prop)))
+                  test (cadr (plist-member elt prop)))
             ;; if the property exists and is equal, we continue, else, try the
             ;; next element of the list
             (or (and (eq prop :nick) (if (>= emacs-major-version 28)
index fc9a8d39ef454f2b77f82e7fe4f8fb8cb04aea0b..683ac2d37c5fc4a289a17058dd42b6d330821626 100644 (file)
@@ -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