aboutsummaryrefslogtreecommitdiff
path: root/editors/psgml
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-12-22 17:54:39 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-12-22 17:54:39 +0000
commitf2376be5bdfa329d63ce79a39be354c45100a8c9 (patch)
treeea09ecac09a26a63039a35d1303f7cc124aa7eb6 /editors/psgml
parent01370992c6b9c4d9b6ecdc76e022f1461a0e9d6d (diff)
downloadports-f2376be5bdfa329d63ce79a39be354c45100a8c9.tar.gz
ports-f2376be5bdfa329d63ce79a39be354c45100a8c9.zip
Notes
Diffstat (limited to 'editors/psgml')
-rw-r--r--editors/psgml/files/psgml-startup.el.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/psgml/files/psgml-startup.el.in b/editors/psgml/files/psgml-startup.el.in
index 1a0eb374b2ea..05d2b857fd90 100644
--- a/editors/psgml/files/psgml-startup.el.in
+++ b/editors/psgml/files/psgml-startup.el.in
@@ -3,7 +3,7 @@
;; -- by shige@FreeBSD.ORG
;; setup load-path
-(if (fboundp 'normal-top-level-add-subdirs-to-load-path)
+(if (not (fboundp 'normal-top-level-add-subdirs-to-load-path))
(setq load-path (append '(
"@@PREFIX@@/@@EMACS_LIBDIR@@/site-lisp/psgml"
) load-path)))