diff lisp/files.el @ 93614:ee3b56d7c857

(auto-mode-alist): Use archive-mode for Debian packages.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 03 Apr 2008 20:06:46 +0000
parents eec1450e060e
children 3961ad1ac8f2
line wrap: on
line diff
--- a/lisp/files.el	Thu Apr 03 20:05:39 2008 +0000
+++ b/lisp/files.el	Thu Apr 03 20:06:46 2008 +0000
@@ -2060,6 +2060,7 @@
 arc\\|zip\\|lzh\\|lha\\|zoo\\|[jew]ar\\|xpi\\|rar\\|\
 ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\)\\'" . archive-mode)
      ("\\.\\(sx[dmicw]\\|odt\\)\\'" . archive-mode)	; OpenOffice.org
+     ("\\.\\(deb\\)\\'" . archive-mode)                 ; Debian packages.
      ;; Mailer puts message to be edited in
      ;; /tmp/Re.... or Message
      ("\\`/tmp/Re" . text-mode)