Mercurial > emacs
changeset 111437:1b60252580de
Fix typo in previos flymake change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 06 Nov 2010 19:02:54 -0700 |
parents | 606171abfda2 |
children | 381161c05d64 |
files | lisp/progmodes/flymake.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/flymake.el Sat Nov 06 18:56:09 2010 -0700 +++ b/lisp/progmodes/flymake.el Sat Nov 06 19:02:54 2010 -0700 @@ -799,7 +799,7 @@ (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)))