Remove remaining XEmacs compat code from erc-log.el
* lisp/erc/erc-log.el (erc-save-buffer-in-logs): Remove XEmacs compat code.
This commit is contained in:
parent
ea218f424a
commit
966052cb59
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue