diff --git a/editors/psgml-emacs/files/psgml-startup.el.in b/editors/psgml-emacs/files/psgml-startup.el.in index 05d2b857fd90..bf710b769f23 100644 --- a/editors/psgml-emacs/files/psgml-startup.el.in +++ b/editors/psgml-emacs/files/psgml-startup.el.in @@ -1,3 +1,4 @@ +;; -*- lisp -*- ;; ;; @(#)psgml-startup.el -- psgml startup elisp file. ;; -- by shige@FreeBSD.ORG @@ -33,6 +34,12 @@ "") ("HTML 4.01 Frameset" "") + ("XHTML 1.0 Strict" + "") + ("XHTML 1.0 Transitional" + "") + ("XHTML 1.0 Frameset" + "") ("DocBook V2.4.1" "") ("DocBook V3.0" diff --git a/editors/psgml/files/psgml-startup.el.in b/editors/psgml/files/psgml-startup.el.in index 05d2b857fd90..bf710b769f23 100644 --- a/editors/psgml/files/psgml-startup.el.in +++ b/editors/psgml/files/psgml-startup.el.in @@ -1,3 +1,4 @@ +;; -*- lisp -*- ;; ;; @(#)psgml-startup.el -- psgml startup elisp file. ;; -- by shige@FreeBSD.ORG @@ -33,6 +34,12 @@ "") ("HTML 4.01 Frameset" "") + ("XHTML 1.0 Strict" + "") + ("XHTML 1.0 Transitional" + "") + ("XHTML 1.0 Frameset" + "") ("DocBook V2.4.1" "") ("DocBook V3.0"