From: Richard M. Stallman Date: Sat, 12 Apr 1997 19:20:07 +0000 (+0000) Subject: (auto-mode-alist): Add .dsl and .dsssl for dsssl-mode. X-Git-Tag: emacs-20.1~2524 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2c84cd79370599962e048905fd2bfa086135164;p=emacs.git (auto-mode-alist): Add .dsl and .dsssl for dsssl-mode. --- 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." ("\\.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.