Mercurial > emacs
changeset 32579:d06fc5f25d6c
(auto-mode-alist): Add .dif and .pat as diff-mode extensions, for MS-DOS.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 17 Oct 2000 12:34:33 +0000 |
parents | 4ab829dacf03 |
children | 6ff2afb44310 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Tue Oct 17 12:18:11 2000 +0000 +++ b/lisp/files.el Tue Oct 17 12:34:33 2000 +0000 @@ -1447,6 +1447,7 @@ ("\\.mi2$" . snmpv2-mode) ("\\.sm2$" . snmpv2-mode) ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode) + ("\\.\\(dif\\|pat\\)\\'" . diff-mode) ; for MSDOG ("\\.[eE]?[pP][sS]$" . ps-mode) ("configure\\.in\\'" . autoconf-mode) ("BROWSE\\'" . ebrowse-tree-mode)