From: Dave Love Date: Tue, 7 Mar 2000 12:17:34 +0000 (+0000) Subject: (auto-mode-alist): Add configure.in. X-Git-Tag: emacs-pretest-21.0.90~4741 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae3d47c61ade42aaa90652c70fde2fe2cc94e8f6;p=emacs.git (auto-mode-alist): Add configure.in. --- diff --git a/lisp/files.el b/lisp/files.el index eb053bb145e..7c9a181262e 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1390,7 +1390,8 @@ in that case, this function acts as if `enable-local-variables' were t." ("\\.mi2$" . snmpv2-mode) ("\\.sm2$" . snmpv2-mode) ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode) - ("\\.[eE]?[pP][sS]$" . ps-mode)) + ("\\.[eE]?[pP][sS]$" . ps-mode) + ("configure\\.in\\'" . autoconf-mode)) "\ Alist of filename patterns vs corresponding major mode functions. Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL).