# HG changeset patch # User yuuji@gentei.org # Date 1254110956 -32400 # Node ID 970c50beb4cef3af3390dab17f7c544b06be15ff # Parent 948655c126764ae4b0ed226cc461c1da412bc9bf Change default emacsen from mule to emacs diff -r 948655c12676 -r 970c50beb4ce makefile --- 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}