diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 1999-11-19 20:14:12 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 1999-11-19 20:14:12 +0000 |
commit | a9fb0b79abd70f29a2d5244d64d2b3ae1a465b0d (patch) | |
tree | 4205d0f5fd72044ee1caed273f57807e67ec454d /lisp/files.el | |
parent | d7a0208b27e7e63262c6f6edb1b3575b76ed7fee (diff) | |
download | emacs-a9fb0b79abd70f29a2d5244d64d2b3ae1a465b0d.tar.gz emacs-a9fb0b79abd70f29a2d5244d64d2b3ae1a465b0d.tar.bz2 emacs-a9fb0b79abd70f29a2d5244d64d2b3ae1a465b0d.zip |
(auto-mode-alist): add patterns for diff-mode.
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 3c3aeed60d9..540fc7ad2a7 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1382,6 +1382,7 @@ in that case, this function acts as if `enable-local-variables' were t." ("\\.as2$" . snmpv2-mode) ("\\.mi2$" . snmpv2-mode) ("\\.sm2$" . snmpv2-mode) + ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode) ("\\.[eE]?[pP][sS]$" . ps-mode)) "\ Alist of filename patterns vs corresponding major mode functions. |