Fix typo in previos flymake change.
This commit is contained in:
parent
de3490e1f8
commit
81aa0dabb3
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,7 @@ Perhaps use text from LINE-ERR-INFO-LIST to enhance highlighting."
|
|||
(goto-char (point-min))
|
||||
(forward-line (1- line-no))
|
||||
(let* ((line-beg (point-at-bol))
|
||||
(line-end (poin-at-eol))
|
||||
(line-end (point-at-eol))
|
||||
(beg line-beg)
|
||||
(end line-end)
|
||||
(tooltip-text (flymake-ler-text (nth 0 line-err-info-list)))
|
||||
|
|
Loading…
Add table
Reference in a new issue