]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Change `EBROWSE' to `BROWSE'.
authorGerd Moellmann <gerd@gnu.org>
Thu, 4 May 2000 21:50:18 +0000 (21:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 4 May 2000 21:50:18 +0000 (21:50 +0000)
lisp/files.el

index f9fbc76309753cbab099b39ad72c5dd902f6148c..daf1341357d28a4c5e39e8bba75f473839f6b608 100644 (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.