comparison 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
comparison
equal deleted inserted replaced
28814:7bb3a2b7ff29 28815:58f8c0da3eb3
1433 ("\\.mi2$" . snmpv2-mode) 1433 ("\\.mi2$" . snmpv2-mode)
1434 ("\\.sm2$" . snmpv2-mode) 1434 ("\\.sm2$" . snmpv2-mode)
1435 ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode) 1435 ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)
1436 ("\\.[eE]?[pP][sS]$" . ps-mode) 1436 ("\\.[eE]?[pP][sS]$" . ps-mode)
1437 ("configure\\.in\\'" . autoconf-mode) 1437 ("configure\\.in\\'" . autoconf-mode)
1438 ("EBROWSE\\'" . ebrowse-tree-mode) 1438 ("BROWSE\\'" . ebrowse-tree-mode)
1439 ("\\.ebrowse\\'" . ebrowse-tree-mode)) 1439 ("\\.ebrowse\\'" . ebrowse-tree-mode))
1440 "\ 1440 "\
1441 Alist of filename patterns vs corresponding major mode functions. 1441 Alist of filename patterns vs corresponding major mode functions.
1442 Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL). 1442 Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL).
1443 \(NON-NIL stands for anything that is not nil; the value does not matter.) 1443 \(NON-NIL stands for anything that is not nil; the value does not matter.)