changeset 17421:28ec3ecb171e

(auto-mode-alist): Add .dsl and .dsssl for dsssl-mode.
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Apr 1997 19:20:07 +0000
parents 782c3dac70b1
children 4042e903985b
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Sat Apr 12 19:15:11 1997 +0000
+++ b/lisp/files.el	Sat Apr 12 19:20:07 1997 +0000
@@ -1063,6 +1063,7 @@
     ("\\.oak\\'" . scheme-mode)
     ("\\.sgml?\\'" . sgml-mode)
     ("\\.dtd\\'" . sgml-mode)
+    ("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
     ("\\.s?html?\\'" . html-mode)
     ;; .emacs following a directory delimiter
     ;; in either Unix or VMS syntax.