aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-07-17 08:34:27 +0000
committerRichard M. Stallman1998-07-17 08:34:27 +0000
commita53afa115c7ad7bfc1ebb0c9b0efc41a2dd0046b (patch)
tree45a92f8d68847f7bcd23736795f53cf3acc12218
parent8dc33e1146326862a2ba5afdc091389a0ad623b1 (diff)
downloademacs-a53afa115c7ad7bfc1ebb0c9b0efc41a2dd0046b.tar.gz
emacs-a53afa115c7ad7bfc1ebb0c9b0efc41a2dd0046b.zip
(archive-mode): Make the buffer unibyte.
-rw-r--r--lisp/arc-mode.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index 27425e47323..ea1f4828454 100644
--- a/lisp/arc-mode.el
+++ b/lisp/arc-mode.el
@@ -556,6 +556,8 @@ archive.
556 (make-local-variable 'archive-file-list-start) 556 (make-local-variable 'archive-file-list-start)
557 (make-local-variable 'archive-file-list-end) 557 (make-local-variable 'archive-file-list-end)
558 (make-local-variable 'archive-file-name-indent) 558 (make-local-variable 'archive-file-name-indent)
559 ;; Always edit an archive file in unibyte mode.
560 (set-buffer-multibyte nil)
559 (archive-summarize nil) 561 (archive-summarize nil)
560 (setq buffer-read-only t)))) 562 (setq buffer-read-only t))))
561 563