]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previos flymake change.
authorGlenn Morris <rgm@gnu.org>
Sun, 7 Nov 2010 02:02:54 +0000 (19:02 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 7 Nov 2010 02:02:54 +0000 (19:02 -0700)
lisp/progmodes/flymake.el

index ef2efca514c558560b6a3d542888d58af53a534f..6346ab50e9663ae49d3f4ac73f72993274b41ddc 100644 (file)
@@ -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)))