diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-03 20:06:46 +0000 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-03 20:06:46 +0000 |
| commit | ece21937054981b66cfb0ead88ff463f172d8e77 (patch) | |
| tree | 3bf1a259cec2fecc79f435c1a0cc9cbdf6043173 /lisp/files.el | |
| parent | fb3aad6604e651b37ae28d010b78678f4de389ee (diff) | |
| download | emacs-ece21937054981b66cfb0ead88ff463f172d8e77.tar.gz | |
(auto-mode-alist): Use archive-mode for Debian packages.
Diffstat (limited to 'lisp/files.el')
| -rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index 14ec38e0bf6..21d99fd6518 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2060,6 +2060,7 @@ since only a single case-insensitive search through the alist is made." 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) |
