diff --git a/EmacsClient.app.zip b/EmacsClient.app.zip index 56ab2c1..738bb39 100644 Binary files a/EmacsClient.app.zip and b/EmacsClient.app.zip differ diff --git a/README.md b/README.md index 03ee58d..8adc9c8 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Start Applescript Editor. Paste the following snippet: ``` applescript on emacsclient(input) - do shell script "/Applications/Emacs.app/Contents/MacOS/bin-x86_64-10_9/emacsclient -n -c -a \"/Applications/Emacs.app/Contents/MacOS/Emacs\" '" & input & "'" + do shell script "/Applications/Emacs.app/Contents/MacOS/bin-x86_64-10_9/emacsclient -n -c -a \"/Applications/Emacs.app/Contents/MacOS/Emacs\" '" & input end emacsclient on open location input