Index: head/editors/psgml/files/psgml-startup.el.in =================================================================== --- head/editors/psgml/files/psgml-startup.el.in (revision 25613) +++ head/editors/psgml/files/psgml-startup.el.in (revision 25614) @@ -1,53 +1,53 @@ ;; ;; @(#)psgml-startup.el -- psgml startup elisp file. ;; -- by shige@FreeBSD.ORG ;; setup load-path (if (fboundp 'normal-top-level-add-subdirs-to-load-path) (setq load-path (append '( "@@PREFIX@@/@@EMACS_LIBDIR@@/site-lisp/psgml" ) load-path))) (autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t) (autoload 'xml-mode "psgml" "Major mode to edit XML files." t) (setq sgml-custom-dtd '(("HTML" "") ("HTML 2.0" "") ("HTML 2.0 Level 1" "") ("HTML 2.0 Level 2" "") ("HTML 2.0 Strict Level 1" "") ("HTML 2.0 Strict Level 2" "") ("HTML 3.2" "") ("HTML 4.0" "") ("HTML 4.0 Transitional" "") ("HTML 4.0 Frameset" "") ("DocBook V2.4.1" "") ("DocBook V3.0" "") ("DocBook V3.1" - "") + "") ("LINUXDOC" "") ("LINUXDOC 1.0" "") ("LINUXDOC 1.1" "") ("Article" "") ("Book" "") ("Mathematics" "") ("Serial" "") )) (provide 'psgml-startup) Property changes on: head/editors/psgml/files/psgml-startup.el.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/editors/psgml-emacs/files/psgml-startup.el.in =================================================================== --- head/editors/psgml-emacs/files/psgml-startup.el.in (revision 25613) +++ head/editors/psgml-emacs/files/psgml-startup.el.in (revision 25614) @@ -1,53 +1,53 @@ ;; ;; @(#)psgml-startup.el -- psgml startup elisp file. ;; -- by shige@FreeBSD.ORG ;; setup load-path (if (fboundp 'normal-top-level-add-subdirs-to-load-path) (setq load-path (append '( "@@PREFIX@@/@@EMACS_LIBDIR@@/site-lisp/psgml" ) load-path))) (autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t) (autoload 'xml-mode "psgml" "Major mode to edit XML files." t) (setq sgml-custom-dtd '(("HTML" "") ("HTML 2.0" "") ("HTML 2.0 Level 1" "") ("HTML 2.0 Level 2" "") ("HTML 2.0 Strict Level 1" "") ("HTML 2.0 Strict Level 2" "") ("HTML 3.2" "") ("HTML 4.0" "") ("HTML 4.0 Transitional" "") ("HTML 4.0 Frameset" "") ("DocBook V2.4.1" "") ("DocBook V3.0" "") ("DocBook V3.1" - "") + "") ("LINUXDOC" "") ("LINUXDOC 1.0" "") ("LINUXDOC 1.1" "") ("Article" "") ("Book" "") ("Mathematics" "") ("Serial" "") )) (provide 'psgml-startup) Property changes on: head/editors/psgml-emacs/files/psgml-startup.el.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property