From: Glenn Morris Date: Sun, 7 Nov 2010 02:02:54 +0000 (-0700) Subject: Fix typo in previos flymake change. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~346 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=81aa0dabb3e90d0b02de53ab50c2a0e96f1f4dd1;p=emacs.git Fix typo in previos flymake change. --- diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index ef2efca514c..6346ab50e96 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -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)))