From: morioka Date: Mon, 12 Oct 1998 06:41:47 +0000 (+0000) Subject: (load-path): Modify for Emacs 20.3. X-Git-Tag: apel-9_3~4 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38afc3f5bb47c4d7e2bb7438684fb68d0d6e2f25;p=elisp%2Fapel.git (load-path): Modify for Emacs 20.3. --- 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