emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/erc/erc-log.el,v


From: Michael W. Olson
Subject: [Emacs-diffs] Changes to emacs/lisp/erc/erc-log.el,v
Date: Mon, 29 Oct 2007 01:00:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael W. Olson <mwolson>      07/10/29 01:00:33

Index: lisp/erc/erc-log.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/erc/erc-log.el,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- lisp/erc/erc-log.el 19 Sep 2007 03:29:02 -0000      1.12
+++ lisp/erc/erc-log.el 29 Oct 2007 01:00:33 -0000      1.13
@@ -415,7 +415,8 @@
   (or buffer (setq buffer (current-buffer)))
   (when (erc-logging-enabled buffer)
     (let ((file (erc-current-logfile buffer))
-         (coding-system erc-log-file-coding-system))
+         (coding-system erc-log-file-coding-system)
+         (inhibit-clash-detection t))  ; needed for XEmacs
       (save-excursion
        (with-current-buffer buffer
          (save-restriction




reply via email to

[Prev in Thread] Current Thread [Next in Thread]