aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-04-10 13:32:07 +0000
committerGerd Moellmann <[email protected]>2000-04-10 13:32:07 +0000
commit01fae1df89555e7cc9f68366f0c667808387f10f (patch)
tree0c5addb10f3df391f8eaa1a713defe271f237910
parentfa77249f50c56dab722f0c7560e11e51dea661cd (diff)
(auto-mode-alist): Add `EBROWSE'.
-rw-r--r--lisp/files.el4
1 files changed, 3 insertions, 1 deletions
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).