From: Gerd Moellmann Date: Mon, 10 Apr 2000 13:32:07 +0000 (+0000) Subject: (auto-mode-alist): Add `EBROWSE'. X-Git-Tag: emacs-pretest-21.0.90~4293 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01fae1df89555e7cc9f68366f0c667808387f10f;p=emacs.git (auto-mode-alist): Add `EBROWSE'. --- diff --git a/lisp/files.el b/lisp/files.el index f3af7b9e511..d4a828c9d19 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1415,7 +1415,9 @@ in that case, this function acts as if `enable-local-variables' were t." ("\\.sm2$" . snmpv2-mode) ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode) ("\\.[eE]?[pP][sS]$" . ps-mode) - ("configure\\.in\\'" . autoconf-mode)) + ("configure\\.in\\'" . autoconf-mode) + ("EBROWSE\\'" . ebrowse-tree-mode) + ("\\.ebrowse\\'" . ebrowse-tree-mode)) "\ Alist of filename patterns vs corresponding major mode functions. Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL).