From 399f1ea7497f3b0307bf093b4d87336db5a1f9c0 Mon Sep 17 00:00:00 2001 From: shige Date: Fri, 22 Dec 2000 17:54:39 +0000 Subject: Fix load-path problem on emacs-19.34(and mule-19.34). PR: ports/21681 Submitted by: NIIMI Satoshi --- editors/psgml/files/psgml-startup.el.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/psgml') 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))) -- cgit