From 063381ab4a391cfd46dcdce6f253e78f1df1b63b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 4 May 2000 21:50:18 +0000 Subject: [PATCH] (auto-mode-alist): Change `EBROWSE' to `BROWSE'. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index f9fbc763097..daf1341357d 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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. -- 2.39.5