From c95e97ecb98701c1cd58601022774b370e7f33ad Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 25 Sep 1997 15:17:33 +0000 Subject: [PATCH] Modify for Emacs 20. --- README.en | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.en b/README.en index d6fcfab..772cfab 100644 --- a/README.en +++ b/README.en @@ -1,6 +1,6 @@ [README for APEL (English Version)] by MORIOKA Tomohiko -$Id: README.en,v 1.3 1997-09-09 05:12:06 morioka Exp $ +$Id: README.en,v 1.4 1997-09-25 15:17:33 morioka Exp $ What's APEL? ============ @@ -14,8 +14,8 @@ What's APEL? emu-nemacs.el --- for NEmacs emu-e19.el --- for Emacs 19 or XEmacs without mule emu-mule.el --- for MULE 2.3 - emu-20.el --- for Emacs/mule and XEmacs/mule - emu-e20.el --- for Emacs/mule (Emacs 20, MULE 3) + emu-20.el --- for Emacs 20 and XEmacs/mule + emu-e20.el --- for Emacs 20 and MULE 3 emu-x20.el --- for XEmacs/mule About other API emu-18.el --- for Emacs 18 @@ -80,11 +80,11 @@ Installation If `PREFIX=...' is omitted, the prefix of the directory tree of the specified emacs command is used (perhaps /usr/local). - For example, if PREFIX=/usr/local and EMACS 19.34 is specified, it + For example, if PREFIX=/usr/local and Emacs 20.2 is specified, it will create the following directory tree: - /usr/local/share/emacs/19.34/site-lisp/ --- emu - /usr/local/share/emacs/site-lisp/apel/ --- APEL + /usr/local/share/emacs/20.2/site-lisp/ --- emu + /usr/local/share/emacs/site-lisp/apel/ --- APEL You can specify other optional settings by editing the file APEL-CFG. Please read comments in it. -- 1.7.10.4