switching from Emacs.app to Aquamacs.app
authorpaulson
Mon, 06 Aug 2012 15:01:15 +0100
changeset 48695 b5d7a35bdd6a
parent 48692 90e5093c3e1c
child 48696 db82a65cdb80
switching from Emacs.app to Aquamacs.app
Admin/MacOS/App1/script
--- a/Admin/MacOS/App1/script	Mon Aug 06 14:33:23 2012 +0200
+++ b/Admin/MacOS/App1/script	Mon Aug 06 15:01:15 2012 +0100
@@ -48,9 +48,9 @@
 # Proof General / Emacs
 
 PROOFGENERAL_EMACS="$(choosefrom \
-  "$THIS/Emacs.app/Contents/MacOS/Emacs" \
-  "$SUPER_APP/Emacs.app/Contents/MacOS/Emacs" \
-  /Applications/Emacs.app/Contents/MacOS/Emacs \
+  "$THIS/Aquamacs.app/Contents/MacOS/Aquamacs" \
+  "$SUPER_APP/Aquamacs.app/Contents/MacOS/Aquamacs" \
+  /Applications/Aquamacs.app/Contents/MacOS/Aquamacs \
   "")"
 
 declare -a EMACS_OPTIONS=()