From a53afa115c7ad7bfc1ebb0c9b0efc41a2dd0046b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 17 Jul 1998 08:34:27 +0000 Subject: [PATCH] (archive-mode): Make the buffer unibyte. --- lisp/arc-mode.el | 2 ++ 1 file changed, 2 insertions(+) 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. (make-local-variable 'archive-file-list-start) (make-local-variable 'archive-file-list-end) (make-local-variable 'archive-file-name-indent) + ;; Always edit an archive file in unibyte mode. + (set-buffer-multibyte nil) (archive-summarize nil) (setq buffer-read-only t)))) -- 2.39.2