]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove remaining XEmacs compat code from erc-log.el
authorStefan Kangas <stefan@marxist.se>
Fri, 20 Nov 2020 15:44:52 +0000 (16:44 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 20 Nov 2020 15:45:33 +0000 (16:45 +0100)
* lisp/erc/erc-log.el (erc-save-buffer-in-logs): Remove XEmacs
compat code.

lisp/erc/erc-log.el

index de0a16ea3f054f61b2a4cca791c349155fddfbf8..7eddb5f60f1e768bf6d48f6d8a413ee04933285b 100644 (file)
@@ -414,8 +414,7 @@ You can save every individual message by putting this function on
   (or buffer (setq buffer (current-buffer)))
   (when (erc-logging-enabled buffer)
     (let ((file (erc-current-logfile buffer))
-         (coding-system erc-log-file-coding-system)
-         (inhibit-clash-detection t))  ; needed for XEmacs
+          (coding-system erc-log-file-coding-system))
       (save-excursion
        (with-current-buffer buffer
          (save-restriction