aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-11-06 19:02:54 -0700
committerGlenn Morris2010-11-06 19:02:54 -0700
commit81aa0dabb3e90d0b02de53ab50c2a0e96f1f4dd1 (patch)
treeac75de71643033d9a4d83a512ed3c4ea88823e66
parentde3490e1f8a373dbb9137be41948705c4206c868 (diff)
downloademacs-81aa0dabb3e90d0b02de53ab50c2a0e96f1f4dd1.tar.gz
emacs-81aa0dabb3e90d0b02de53ab50c2a0e96f1f4dd1.zip
Fix typo in previos flymake change.
-rw-r--r--lisp/progmodes/flymake.el2
1 files changed, 1 insertions, 1 deletions
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."
799 (goto-char (point-min)) 799 (goto-char (point-min))
800 (forward-line (1- line-no)) 800 (forward-line (1- line-no))
801 (let* ((line-beg (point-at-bol)) 801 (let* ((line-beg (point-at-bol))
802 (line-end (poin-at-eol)) 802 (line-end (point-at-eol))
803 (beg line-beg) 803 (beg line-beg)
804 (end line-end) 804 (end line-end)
805 (tooltip-text (flymake-ler-text (nth 0 line-err-info-list))) 805 (tooltip-text (flymake-ler-text (nth 0 line-err-info-list)))