Skip to content

Commit

Permalink
Merge pull request #350 from SINF-KEN/master
Browse files Browse the repository at this point in the history
typo in error message
  • Loading branch information
sjmackenzie authored Feb 10, 2025
2 parents cb42466 + 3d7a300 commit 83c83da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macos/startup
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi

if [ -z "$OPIEMACS" ];
then
osascript -e "tell application \"Finder\"" -e "display dialog \"No emacs application found. Visit:\n htpp://http://aquamacs.org/ or\n http://emacsformacosx.com/ \nand install it in the Applications folder.\"" -e "end tell"
osascript -e "tell application \"Finder\"" -e "display dialog \"No emacs application found. Visit:\n http://aquamacs.org/ or\n http://emacsformacosx.com/ \nand install it in the Applications folder.\"" -e "end tell"
else
$OPIEMACS --eval '(setq load-path (cons "'$OZHOME'/share/mozart/elisp" load-path))' -l oz.elc -f run-oz $2 &
fi
fi

0 comments on commit 83c83da

Please sign in to comment.