fix(emacs/lean-mode.el): typo

This commit is contained in:
Soonho Kong 2015-07-28 14:46:59 -07:00
parent 0fed6129df
commit a5da840593

View file

@ -160,7 +160,7 @@ placeholder, call lean-server with --hole option, otherwise call
(char-equal cb ?\r)))) (char-equal cb ?\r))))
(lean-exec-at-pos "lean-hole" "*Lean Goal*" "--hole")) (lean-exec-at-pos "lean-hole" "*Lean Goal*" "--hole"))
(t (t
(lean-exec-at-pos "lean-goal" "*Lean Goal*" "--goal")))) (lean-exec-at-pos "lean-goal" "*Lean Goal*" "--goal")))))
(defun lean-std-exe () (defun lean-std-exe ()
(interactive) (interactive)