diff options
author | 2003-07-06 07:48:51 +0000 | |
---|---|---|
committer | 2003-07-06 07:48:51 +0000 | |
commit | 12b390c20fa9c8d7389bd2341a91ef671e787bfe (patch) | |
tree | 3aa0e576637e418781399fe39a0b166e951ae69a /app-emacs/psgml | |
parent | Mark stable (diff) | |
download | historical-12b390c20fa9c8d7389bd2341a91ef671e787bfe.tar.gz historical-12b390c20fa9c8d7389bd2341a91ef671e787bfe.tar.bz2 historical-12b390c20fa9c8d7389bd2341a91ef671e787bfe.zip |
update for sgml catalog paths
Diffstat (limited to 'app-emacs/psgml')
-rw-r--r-- | app-emacs/psgml/files/50psgml-gentoo.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emacs/psgml/files/50psgml-gentoo.el b/app-emacs/psgml/files/50psgml-gentoo.el index 31e9060f706a..8998282f5e8d 100644 --- a/app-emacs/psgml/files/50psgml-gentoo.el +++ b/app-emacs/psgml/files/50psgml-gentoo.el @@ -4,3 +4,4 @@ (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 "/etc/sgml/catalog") |