]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-coding-alist): Add .lha to files read with no-conversion.
authorEli Zaretskii <eliz@gnu.org>
Tue, 16 May 2006 18:36:30 +0000 (18:36 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 16 May 2006 18:36:30 +0000 (18:36 +0000)
lisp/ChangeLog
lisp/international/mule.el

index 1f7f52b637bf803091af18fdc6cc7f148f806d5e..57158e5e9b9ab5283541ebcede2c092210d746b0 100644 (file)
@@ -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.
index 2a88c198a79b468d31f91a802df14198bd7be086..350b6347b42d6c4ac627f977c4f97042d207b3e9 100644 (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)