mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
(auto-mode-alist): Fix syntax for sgml mode.
This commit is contained in:
parent
4ca7594fbd
commit
278584fb62
@ -750,9 +750,9 @@ run `normal-mode' explicitly."
|
||||
("\\.lex\\'" . c-mode)
|
||||
("\\.oak\\'" . scheme-mode)
|
||||
("\\.scm.[0-9]*\\'" . scheme-mode)
|
||||
("\\.sgm\\'" sgml-mode)
|
||||
("\\.sgml\\'" sgml-mode)
|
||||
("\\.dtd\\'" sgml-mode)
|
||||
("\\.sgm\\'" . sgml-mode)
|
||||
("\\.sgml\\'" . sgml-mode)
|
||||
("\\.dtd\\'" . sgml-mode)
|
||||
;; .emacs following a directory delimiter
|
||||
;; in either Unix or VMS syntax.
|
||||
("[]>:/]\\..*emacs\\'" . emacs-lisp-mode)
|
||||
|
Loading…
Reference in New Issue
Block a user