(auto-mode-alist): Change EBROWSE' to BROWSE'.

This commit is contained in:
Gerd Moellmann 2000-05-04 21:50:18 +00:00
parent 42eaac2125
commit 063381ab4a

View file

@ -1435,7 +1435,7 @@ in that case, this function acts as if `enable-local-variables' were t."
("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)
("\\.[eE]?[pP][sS]$" . ps-mode)
("configure\\.in\\'" . autoconf-mode)
("EBROWSE\\'" . ebrowse-tree-mode)
("BROWSE\\'" . ebrowse-tree-mode)
("\\.ebrowse\\'" . ebrowse-tree-mode))
"\
Alist of filename patterns vs corresponding major mode functions.