]> git.eshelyaron.com Git - emacs.git/commitdiff
(archive-mode): Make the buffer unibyte.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Jul 1998 08:34:27 +0000 (08:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Jul 1998 08:34:27 +0000 (08:34 +0000)
lisp/arc-mode.el

index 27425e4732384afcdbc752d949e51d37a68622f9..ea1f48284543699cabfa4f853fea651b2e8a6a8b 100644 (file)
@@ -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))))