monnier pushed a commit to branch master
in repository elpa.

commit a8e747dab1509b3707a45fe51e7e14ef78da07b1
Author: Teemu Likonen <tliko...@iki.fi>
Date:   Sat Jul 25 11:08:18 2009 +0000

    Yksinkertaistetaan kommenttia
---
 wcheck-mode.el |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/wcheck-mode.el b/wcheck-mode.el
index de196a6..991c74e 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -370,12 +370,8 @@ information on how to configure Wcheck mode. Interactive 
command
        (t
         ;; We are ready to really turn on the mode.
 
-        ;; Add buffer-local hooks. These ask for updates for the buffer
-        ;; or may sometimes automatically turn off the mode.
+        ;; Add hooks.
         (wcheck-add-local-hooks (current-buffer))
-
-        ;; Add global hooks. It's probably sufficient to add these only
-        ;; once but it's no harm to ensure their existence every time.
         (wcheck-add-global-hooks)
 
         ;; Add this buffer to buffer database.

Reply via email to