From: Gerd Moellmann Date: Thu, 4 May 2000 21:50:18 +0000 (+0000) Subject: (auto-mode-alist): Change `EBROWSE' to `BROWSE'. X-Git-Tag: emacs-pretest-21.0.90~4045 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=063381ab4a391cfd46dcdce6f253e78f1df1b63b;p=emacs.git (auto-mode-alist): Change `EBROWSE' to `BROWSE'. --- 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.