]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/erc-truncate.el
* url-util.el (url-insert-entities-in-string):
[gnu-emacs] / lisp / erc / erc-truncate.el
index 137152ca99b63f2f70e4b44e085724d288628160..1a0e20505617a235b5c9ed6c09ac60a4bfc0b204 100644 (file)
@@ -66,8 +66,7 @@ region is logged if `erc-logging-enabled' returns non-nil."
     (unless (get-buffer buffer)
       (error "erc-truncate-buffer-to-size: %S is not a buffer" buffer)))
   (when (> (buffer-size buffer) (+ size 512))
-    (save-excursion
-      (set-buffer buffer)
+    (with-current-buffer buffer
       ;; Note that when erc-insert-post-hook runs, the buffer is
       ;; narrowed to the new message.  So do this delicate widening.
       ;; I am not sure, I think this was not recommended behavior in