From e854cc22ebf1e1605538a7b44362b1187e9cc4b5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 17 Oct 2000 12:36:26 +0000 Subject: (auto-mode-alist): Add .dif and .pat as diff-mode extensions, for MS-DOS. --- lisp/files.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/files.el') diff --git a/lisp/files.el b/lisp/files.el index 904d04636f5..0cc2f9b6ee6 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1447,6 +1447,7 @@ in that case, this function acts as if `enable-local-variables' were t." ("\\.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) -- cgit v1.2.1