(auto-coding-alist): Add .lha to files read with no-conversion.
This commit is contained in:
parent
03210c3ae6
commit
9247c2f2c3
2 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
2006-05-16 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* international/mule.el (auto-coding-alist): Add .lha to files
|
||||
read with no-conversion.
|
||||
|
||||
* files.el (auto-mode-alist): Add .lha files to archive file
|
||||
extensions.
|
||||
|
||||
* arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
|
||||
Convert csize to integer when computing offsets within the
|
||||
compressed archive file.
|
||||
|
|
|
@ -1567,8 +1567,8 @@ text, and convert it in the temporary buffer. Otherwise, convert in-place."
|
|||
;;; FILE I/O
|
||||
|
||||
(defcustom auto-coding-alist
|
||||
'(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|[jew]ar\\|xpi\\)\\'" . no-conversion)
|
||||
("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|[JEW]AR\\|XPI\\)\\'" . no-conversion)
|
||||
'(("\\.\\(arc\\|zip\\|lzh\\|lha\\|zoo\\|[jew]ar\\|xpi\\)\\'" . no-conversion)
|
||||
("\\.\\(ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\)\\'" . no-conversion)
|
||||
("\\.\\(sx[dmicw]\\|odt\\|tar\\|tgz\\)\\'" . no-conversion)
|
||||
("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion)
|
||||
("\\.\\(jpe?g\\|png\\|gif\\|tiff?\\|p[bpgn]m\\)\\'" . no-conversion)
|
||||
|
|
Loading…
Add table
Reference in a new issue