diff options
author | 2003-07-06 07:48:51 +0000 | |
---|---|---|
committer | 2003-07-06 07:48:51 +0000 | |
commit | 3cfe01e5baff75c4bc5688862a90359a9e812b87 (patch) | |
tree | ba69c469d5adee1e6e62a06d573b488f5272fc60 /app-emacs/psgml | |
parent | Mark stable (diff) | |
download | gentoo-2-3cfe01e5baff75c4bc5688862a90359a9e812b87.tar.gz gentoo-2-3cfe01e5baff75c4bc5688862a90359a9e812b87.tar.bz2 gentoo-2-3cfe01e5baff75c4bc5688862a90359a9e812b87.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") |