From 6520053903d799182769d824b4082604ec183d4b Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 2 Mar 1998 14:52:11 +0000 Subject: [PATCH] tm 6.22.2 --- Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 55b38ee..b74b145 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 2.0 1995/04/23 17:36:46 morioka Exp morioka $ +# $Id: Makefile,v 3.0 1995/05/19 12:19:15 morioka Exp morioka $ # # Please specify emacs executables: @@ -8,21 +8,21 @@ # ORIG19 = for Emacs 19.* (FSF original or XEmacs) # MULE2 = for MULE 2.* (based on Emacs 19.*) - NEMACS = nemacs - MULE1 = mule1 - ORIG19 = emacs19 - MULE2 = mule2 +NEMACS = nemacs +MULE1 = mule1 +ORIG19 = emacs19 +MULE2 = mule2 # Please specfy Emacs Lisp install directory: # TLDIR18 = for Emacs 18.* (NEMACS, NEpoch or MULE 1) # TLDIR19 = for Emacs 19.* (FSF original, XEmacs or MULE 2) - TLDIR18 = /usr/local/lib/emacs/local.lisp - TLDIR19 = /usr/local/lib/mule/site-lisp +TLDIR18 = /usr/local/lib/emacs/local.lisp +TLDIR19 = /usr/local/lib/mule/site-lisp -# TLDIR18 = $(HOME)/lib/emacs18/lisp -# TLDIR19 = $(HOME)/lib/emacs19/lisp +# TLDIR18 = $(HOME)/lib/emacs18/lisp +# TLDIR19 = $(HOME)/lib/emacs19/lisp nemacs: -- 1.7.10.4