diff options
author | Glenn Morris <rgm@gnu.org> | 2010-11-06 19:02:54 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-11-06 19:02:54 -0700 |
commit | 81aa0dabb3e90d0b02de53ab50c2a0e96f1f4dd1 (patch) | |
tree | ac75de71643033d9a4d83a512ed3c4ea88823e66 /lisp/progmodes/flymake.el | |
parent | de3490e1f8a373dbb9137be41948705c4206c868 (diff) | |
download | emacs-81aa0dabb3e90d0b02de53ab50c2a0e96f1f4dd1.tar.gz |
Fix typo in previos flymake change.
Diffstat (limited to 'lisp/progmodes/flymake.el')
-rw-r--r-- | lisp/progmodes/flymake.el | 2 |
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." (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))) |