emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Sat, 26 Mar 2005 11:47:14 -0500

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.751 emacs/lisp/files.el:1.752
*** emacs/lisp/files.el:1.751   Fri Mar 25 13:31:17 2005
--- emacs/lisp/files.el Sat Mar 26 16:47:13 2005
***************
*** 1777,1784 ****
       ("\\.tar\\'" . tar-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
--- 1777,1784 ----
       ("\\.tar\\'" . tar-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\\|xpi\\)\\'" . archive-mode)
!      ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|[JEW]AR\\|XPI\\)\\'" . archive-mode)
       ("\\.sx[dmicw]\\'" . archive-mode)       ; OpenOffice.org
       ;; Mailer puts message to be edited in
       ;; /tmp/Re.... or Message




reply via email to

[Prev in Thread] Current Thread [Next in Thread]