(auto-mode-alist): add patterns for diff-mode.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* files.el (auto-mode-alist): add patterns for diff-mode.
|
||||
|
||||
* complete.el (PC-do-complete-and-exit): use minibuffer-prompt-end to
|
||||
detect an empty prompt.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user