monnier pushed a commit to branch master
in repository elpa.

commit 210c1ca3ddfc604a9eeb38318fc0849b0846550b
Author: Teemu Likonen <tliko...@iki.fi>
Date:   Wed May 20 17:49:38 2009 +0000

    Siirretään maalauspyyntölistan muokkaus aiemmaksi
---
 wcheck-mode.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/wcheck-mode.el b/wcheck-mode.el
index 8583ae8..10139c3 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -441,6 +441,9 @@ information on how to configure Wcheck mode. Interactive 
command
   (dolist (buffer wcheck-timer-paint-requested)
     (with-current-buffer buffer
       (wcheck-remove-overlays)
+
+      (wcheck-timer-paint-request-delete buffer)
+
       (when wcheck-mode
         (walk-windows
          (function (lambda (window)
@@ -449,7 +452,6 @@ information on how to configure Wcheck mode. Interactive 
command
                          (wcheck-paint-words wcheck-language window
                                              wcheck-received-words)))))
          'nomb t)
-        (wcheck-timer-paint-request-delete buffer)
         (setq wcheck-received-words nil)))))
 
 

Reply via email to