diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-07-17 08:34:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-07-17 08:34:27 +0000 |
commit | a53afa115c7ad7bfc1ebb0c9b0efc41a2dd0046b (patch) | |
tree | 45a92f8d68847f7bcd23736795f53cf3acc12218 /lisp/arc-mode.el | |
parent | 8dc33e1146326862a2ba5afdc091389a0ad623b1 (diff) | |
download | emacs-a53afa115c7ad7bfc1ebb0c9b0efc41a2dd0046b.tar.gz |
(archive-mode): Make the buffer unibyte.
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r-- | lisp/arc-mode.el | 2 |
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. (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)))) |