comparison lisp/files.el @ 83407:37d0562504bf

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-664 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-665 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-666 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-447
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 10 Dec 2005 21:18:28 +0000
parents 1955a4462bf9 08edf71d5374
children 39bb10ce301a
comparison
equal deleted inserted replaced
83406:8e25aa911e3e 83407:37d0562504bf
1867 ("\\.sx[dmicw]\\'" . archive-mode) ; OpenOffice.org 1867 ("\\.sx[dmicw]\\'" . archive-mode) ; OpenOffice.org
1868 ;; Mailer puts message to be edited in 1868 ;; Mailer puts message to be edited in
1869 ;; /tmp/Re.... or Message 1869 ;; /tmp/Re.... or Message
1870 ("\\`/tmp/Re" . text-mode) 1870 ("\\`/tmp/Re" . text-mode)
1871 ("/Message[0-9]*\\'" . text-mode) 1871 ("/Message[0-9]*\\'" . text-mode)
1872 ("/drafts/[0-9]+\\'" . mh-letter-mode)
1873 ("\\.zone\\'" . zone-mode) 1872 ("\\.zone\\'" . zone-mode)
1874 ;; some news reader is reported to use this 1873 ;; some news reader is reported to use this
1875 ("\\`/tmp/fol/" . text-mode) 1874 ("\\`/tmp/fol/" . text-mode)
1876 ("\\.oak\\'" . scheme-mode) 1875 ("\\.oak\\'" . scheme-mode)
1877 ("\\.sgml?\\'" . sgml-mode) 1876 ("\\.sgml?\\'" . sgml-mode)