(nnmail-split-history): Use fundamental-mode in the right buffer.
authorDave Love <fx@gnu.org>
Fri, 28 Jan 2000 14:06:57 +0000 (14:06 +0000)
committerDave Love <fx@gnu.org>
Fri, 28 Jan 2000 14:06:57 +0000 (14:06 +0000)
lisp/nnmail.el

index 6da8aaa..7181569 100644 (file)
@@ -1593,6 +1593,8 @@ See the documentation for the variable `nnmail-split-fancy' for documentation."
   (unless nnmail-split-history
     (error "No current split history"))
   (with-output-to-temp-buffer "*nnmail split history*"
+    (with-current-buffer standard-output
+      (fundamental-mode))              ; for Emacs 20.4+
     (let ((history nnmail-split-history)
          elem)
       (while (setq elem (pop history))