chore(emacs/lean-info): fix a bug passing a wrong argument

This commit is contained in:
Soonho Kong 2014-09-07 18:42:56 -07:00
parent fea516af24
commit fc2fbc41bb

View file

@ -663,8 +663,8 @@ Take out \"BEGININFO\" and \"ENDINFO\" and Use \"ACK\" as a delim."
"Return the full-name at point (if any)"
(lean-get-info-record-at-point
(lambda (info-record)
(lean-server-debug "executing continuation for get-full-name-at-point")
(funcall cont
(lean-server-debug "executing continuation for get-full-name-at-point")
(lean-get-full-name-at-point-cont info-record)))))
(provide 'lean-info)