Mercurial > emacs
comparison lisp/files.el @ 83206:b5dee7c1d483
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-547
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-548
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-549
Use symbol-matching for generic-mode keywords
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-550
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-551
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-246
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 16 Sep 2004 13:09:53 +0000 |
parents | e2567214221d 3eab555cf92b |
children | c06211125947 |
comparison
equal
deleted
inserted
replaced
83205:400c4dd06d55 | 83206:b5dee7c1d483 |
---|---|
1769 ;; and after the .scm.[0-9] and CVS' <file>.<rev> patterns too. | 1769 ;; and after the .scm.[0-9] and CVS' <file>.<rev> patterns too. |
1770 ("\\.[1-9]\\'" . nroff-mode) | 1770 ("\\.[1-9]\\'" . nroff-mode) |
1771 ("\\.g\\'" . antlr-mode) | 1771 ("\\.g\\'" . antlr-mode) |
1772 ("\\.ses\\'" . ses-mode) | 1772 ("\\.ses\\'" . ses-mode) |
1773 ("\\.orig\\'" nil t) ; from patch | 1773 ("\\.orig\\'" nil t) ; from patch |
1774 ("\\.\\(soa\\|zone\\)\\'" . dns-mode) | |
1774 ("\\.in\\'" nil t))) | 1775 ("\\.in\\'" nil t))) |
1775 "Alist of filename patterns vs corresponding major mode functions. | 1776 "Alist of filename patterns vs corresponding major mode functions. |
1776 Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL). | 1777 Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL). |
1777 \(NON-NIL stands for anything that is not nil; the value does not matter.) | 1778 \(NON-NIL stands for anything that is not nil; the value does not matter.) |
1778 Visiting a file whose name matches REGEXP specifies FUNCTION as the | 1779 Visiting a file whose name matches REGEXP specifies FUNCTION as the |