summaryrefslogtreecommitdiff
path: root/lisp/ediff-vers.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-11-10 22:34:55 +0000
committerDave Love <fx@gnu.org>2000-11-10 22:34:55 +0000
commit7de0717c0e240032cb5849a1c4ff758967f487b9 (patch)
treefc51ea1fabcddd31e3d3fa80135441e5ce0b1895 /lisp/ediff-vers.el
parente4d2c130460a242c50264e3cc6e6beee9be42f44 (diff)
(rcs-ediff-view-revision): Put temp buffer into
fundamental mode.
Diffstat (limited to 'lisp/ediff-vers.el')
-rw-r--r--lisp/ediff-vers.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ediff-vers.el b/lisp/ediff-vers.el
index aca09b19b27..49eeb31eaf5 100644
--- a/lisp/ediff-vers.el
+++ b/lisp/ediff-vers.el
@@ -80,6 +80,8 @@
(message "Working ...")
(setq filename (expand-file-name filename))
(with-output-to-temp-buffer buff
+ (ediff-with-current-buffer standard-output
+ (fundamental-mode))
(let ((output-buffer (ediff-rcs-get-output-buffer filename buff)))
(delete-windows-on output-buffer)
(save-excursion