diff options
Diffstat (limited to 'app-emacs/psgml/files')
-rw-r--r-- | app-emacs/psgml/files/50psgml-gentoo-1.4.0.el | 6 | ||||
-rw-r--r-- | app-emacs/psgml/files/50psgml-gentoo.el | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/app-emacs/psgml/files/50psgml-gentoo-1.4.0.el b/app-emacs/psgml/files/50psgml-gentoo-1.4.0.el deleted file mode 100644 index e69efe77d8f0..000000000000 --- a/app-emacs/psgml/files/50psgml-gentoo-1.4.0.el +++ /dev/null @@ -1,6 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t) -(autoload 'xml-mode "psgml" "Major mode to edit XML files." t) -(setq sgml-catalog-files '("CATALOG" "/etc/sgml/catalog")) -(setq sgml-display-char-list-filename - "@SITEETC@/iso88591.map") diff --git a/app-emacs/psgml/files/50psgml-gentoo.el b/app-emacs/psgml/files/50psgml-gentoo.el index d6773e91d386..e69efe77d8f0 100644 --- a/app-emacs/psgml/files/50psgml-gentoo.el +++ b/app-emacs/psgml/files/50psgml-gentoo.el @@ -1,3 +1,6 @@ +(add-to-list 'load-path "@SITELISP@") (autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t) (autoload 'xml-mode "psgml" "Major mode to edit XML files." t) (setq sgml-catalog-files '("CATALOG" "/etc/sgml/catalog")) +(setq sgml-display-char-list-filename + "@SITEETC@/iso88591.map") |