mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
(auto-mode-alist): Add .dsl and .dsssl for dsssl-mode.
This commit is contained in:
parent
b5ca6f92e7
commit
c2c84cd793
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue