fix(emacs/lean-info): temporary fix for NAY problem
This commit is contained in:
parent
09b6fb4f7c
commit
272c463182
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@
|
|||
(SYNTH (lean-synth-pos info))
|
||||
(IDENTIFIER (lean-identifier-pos info))
|
||||
(SYMBOL (lean-symbol-pos info))
|
||||
(NAY (error "no position information for NAY"))))
|
||||
(NAY ())))
|
||||
(defun lean-info-line-number (info)
|
||||
(cl-first (lean-info-pos info)))
|
||||
(defun lean-info-column (info)
|
||||
|
|
Loading…
Reference in a new issue