From 38afc3f5bb47c4d7e2bb7438684fb68d0d6e2f25 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 12 Oct 1998 06:41:47 +0000 Subject: [PATCH] (load-path): Modify for Emacs 20.3. --- README.en | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.en b/README.en index 61f330d..53458f5 100644 --- a/README.en +++ b/README.en @@ -131,15 +131,15 @@ load-path (for Emacs or MULE) ============================= If you are using Emacs or Mule, please add directory of apel to - load-path. If you install by default setting, you can write - subdirs.el for example: + load-path. If you install by default setting with Emacs 20.1/20.2, + you can write subdirs.el for example: -------------------------------------------------------------------- (normal-top-level-add-to-load-path '("apel")) -------------------------------------------------------------------- - If you are using XEmacs, there are no need of setting about - load-path. + If you are using Emacs 20.3 or later or XEmacs, there are no need to + set up load-path with normal installation. How to use -- 1.7.10.4