diff options
-rw-r--r-- | editors/psgml-emacs/files/psgml-startup.el.in | 2 | ||||
-rw-r--r-- | editors/psgml/files/psgml-startup.el.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/psgml-emacs/files/psgml-startup.el.in b/editors/psgml-emacs/files/psgml-startup.el.in index 1a0eb374b2ea..05d2b857fd90 100644 --- a/editors/psgml-emacs/files/psgml-startup.el.in +++ b/editors/psgml-emacs/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))) 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))) |