Mercurial > emacs
diff lisp/files.el @ 28815:58f8c0da3eb3
(auto-mode-alist): Change `EBROWSE' to `BROWSE'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 04 May 2000 21:50:18 +0000 |
parents | b4439d3505f3 |
children | 0d91ac5f0e4e |
line wrap: on
line diff
--- a/lisp/files.el Thu May 04 21:48:52 2000 +0000 +++ b/lisp/files.el Thu May 04 21:50:18 2000 +0000 @@ -1435,7 +1435,7 @@ ("\\.\\(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.