Mercurial > emacs
changeset 22769:a1229f470db3
(archive-mode): Make the buffer unibyte.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 17 Jul 1998 08:34:27 +0000 |
parents | 54e0d44e203a |
children | 4edbca935160 |
files | lisp/arc-mode.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/arc-mode.el Fri Jul 17 03:21:14 1998 +0000 +++ b/lisp/arc-mode.el Fri Jul 17 08:34:27 1998 +0000 @@ -556,6 +556,8 @@ (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))))