]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Add comment. Optimize jar/ear/war.
authorJuri Linkov <juri@jurta.org>
Sat, 19 Mar 2005 20:00:36 +0000 (20:00 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 19 Mar 2005 20:00:36 +0000 (20:00 +0000)
lisp/ChangeLog
lisp/files.el

index 06c7aa39734ec582f30e922a05890121ad2a04b7..a756e8cf475a4faad75256bdef08101de6ef1de1 100644 (file)
@@ -1,3 +1,11 @@
+2005-03-19  Juri Linkov  <juri@jurta.org>
+
+       * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
+
+       * international/mule.el (auto-coding-alist): Sync with
+       `auto-mode-alist' by adding upper case archive file extensions
+       and adding ear/war to jar extension.
+
 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
 
        * textmodes/tex-mode.el (tex-view): If tex-shell process is not
index 8099c7f1b408ec1bd8a17465afb8b50d7c3bd8ed..1921c959bf91934fef5de86d58de21afc96a0d4c 100644 (file)
@@ -1775,8 +1775,10 @@ in that case, this function acts as if `enable-local-variables' were t."
      ("\\.pro\\'" . idlwave-mode)
      ("\\.prolog\\'" . prolog-mode)
      ("\\.tar\\'" . tar-mode)
-     ("\\.\\(arc\\|zip\\|lzh\\|zoo\\|ear\\|jar\\|war\\)\\'" . archive-mode)
-     ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|EAR\\|JAR\\|WAR\\)\\'" . archive-mode)
+     ;; The list of archive file extensions should be in sync with
+     ;; `auto-coding-alist' with `no-conversion' coding system.
+     ("\\.\\(arc\\|zip\\|lzh\\|zoo\\|[jew]ar\\)\\'" . archive-mode)
+     ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|[JEW]AR\\)\\'" . archive-mode)
      ("\\.sx[dmicw]\\'" . archive-mode)        ; OpenOffice.org
      ;; Mailer puts message to be edited in
      ;; /tmp/Re.... or Message