# HG changeset patch # User Glenn Morris # Date 1289095374 25200 # Node ID 1b60252580dedc20aa39cf60022b764829c1c94c # Parent 606171abfda22f0b41e7edd693e72e4601b8300c Fix typo in previos flymake change. diff -r 606171abfda2 -r 1b60252580de lisp/progmodes/flymake.el --- 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)))