changeset 101:970c50beb4ce dev

Change default emacsen from mule to emacs
author yuuji@gentei.org
date Mon, 28 Sep 2009 13:09:16 +0900
parents 948655c12676
children 4be83051f641
files makefile
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/makefile	Mon Sep 28 13:07:05 2009 +0900
+++ b/makefile	Mon Sep 28 13:09:16 2009 +0900
@@ -6,11 +6,11 @@
 PREFIX	= /usr/local
 
 ## mule2
-EMACS	= mule
-EMACSDIR= ${PREFIX}/lib/${EMACS}
+#EMACS	= mule
+#EMACSDIR= ${PREFIX}/lib/${EMACS}
 ## emacs20
-#EMACS	= emacs
-#EMACSDIR= ${PREFIX}/share/${EMACS}
+EMACS	= emacs
+EMACSDIR= ${PREFIX}/share/${EMACS}
 ## XEmacs
 #EMACS	= xemacs
 #EMACSDIR= ${PREFIX}/lib/${EMACS}

yatex.org