From 01fae1df89555e7cc9f68366f0c667808387f10f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 10 Apr 2000 13:32:07 +0000 Subject: (auto-mode-alist): Add `EBROWSE'. --- lisp/files.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index f3af7b9e51..d4a828c9d1 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). -- cgit v1.2.3