# HG changeset patch # User Richard M. Stallman # Date 860872807 0 # Node ID 28ec3ecb171e452726c4ceb5b735721a9aae9556 # Parent 782c3dac70b1d9286cf423b5fcacfef61711a04b (auto-mode-alist): Add .dsl and .dsssl for dsssl-mode. diff -r 782c3dac70b1 -r 28ec3ecb171e lisp/files.el --- 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.