aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index a54d258190f..ecaab4e83ca 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1063,6 +1063,7 @@ run `normal-mode' explicitly."
1063 ("\\.oak\\'" . scheme-mode) 1063 ("\\.oak\\'" . scheme-mode)
1064 ("\\.sgml?\\'" . sgml-mode) 1064 ("\\.sgml?\\'" . sgml-mode)
1065 ("\\.dtd\\'" . sgml-mode) 1065 ("\\.dtd\\'" . sgml-mode)
1066 ("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
1066 ("\\.s?html?\\'" . html-mode) 1067 ("\\.s?html?\\'" . html-mode)
1067 ;; .emacs following a directory delimiter 1068 ;; .emacs following a directory delimiter
1068 ;; in either Unix or VMS syntax. 1069 ;; in either Unix or VMS syntax.