From 5ea901126a1b385cb9b490275fd9737f54b139ca Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 13 Mar 2015 14:16:33 +0000 Subject: Summary: Revert change to default EMACS --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 52b65364..6c92ef53 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,6 @@ ## ## Edit the EMACS setting below or call with an explicit one, like this: ## -## make EMACS=emacs-23.0.60 -## or ## make EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs ## ## $Id$ @@ -22,8 +20,7 @@ # Set this according to your version of Emacs. # NB: this is also used to set default install path names below. -# EMACS=$(shell if [ -z "`which emacs`" ]; then echo "Emacs executable not found"; exit 1; else echo emacs; fi) -EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs +EMACS=$(shell if [ -z "`which emacs`" ]; then echo "Emacs executable not found"; exit 1; else echo emacs; fi) # We default to /usr rather than /usr/local because installs of # desktop and doc files under /usr/local are unlikely to work with -- cgit v1.2.3