emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102285: Fix typo in previos flymake


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102285: Fix typo in previos flymake change.
Date: Sat, 06 Nov 2010 19:02:54 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102285
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-11-06 19:02:54 -0700
message:
  Fix typo in previos flymake change.
modified:
  lisp/progmodes/flymake.el
=== modified file 'lisp/progmodes/flymake.el'
--- a/lisp/progmodes/flymake.el 2010-11-07 01:50:52 +0000
+++ b/lisp/progmodes/flymake.el 2010-11-07 02:02:54 +0000
@@ -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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]