comparison lisp/files.el @ 3240:f09230e68f20

(auto-mode-alist): Fix syntax for sgml mode.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 May 1993 05:22:49 +0000
parents d96fd9315996
children eecf2c0ca9b9
comparison
equal deleted inserted replaced
3239:2e4882a32671 3240:f09230e68f20
748 ("^/tmp/fol/" . text-mode) 748 ("^/tmp/fol/" . text-mode)
749 ("\\.y\\'" . c-mode) 749 ("\\.y\\'" . c-mode)
750 ("\\.lex\\'" . c-mode) 750 ("\\.lex\\'" . c-mode)
751 ("\\.oak\\'" . scheme-mode) 751 ("\\.oak\\'" . scheme-mode)
752 ("\\.scm.[0-9]*\\'" . scheme-mode) 752 ("\\.scm.[0-9]*\\'" . scheme-mode)
753 ("\\.sgm\\'" sgml-mode) 753 ("\\.sgm\\'" . sgml-mode)
754 ("\\.sgml\\'" sgml-mode) 754 ("\\.sgml\\'" . sgml-mode)
755 ("\\.dtd\\'" sgml-mode) 755 ("\\.dtd\\'" . sgml-mode)
756 ;; .emacs following a directory delimiter 756 ;; .emacs following a directory delimiter
757 ;; in either Unix or VMS syntax. 757 ;; in either Unix or VMS syntax.
758 ("[]>:/]\\..*emacs\\'" . emacs-lisp-mode) 758 ("[]>:/]\\..*emacs\\'" . emacs-lisp-mode)
759 ("\\.ml\\'" . lisp-mode))) 759 ("\\.ml\\'" . lisp-mode)))
760 "\ 760 "\