emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 125/352: Yksinkertaistetaan kommenttia


From: Stefan Monnier
Subject: [elpa] 125/352: Yksinkertaistetaan kommenttia
Date: Mon, 07 Jul 2014 14:03:10 +0000

monnier pushed a commit to branch master
in repository elpa.

commit a8e747dab1509b3707a45fe51e7e14ef78da07b1
Author: Teemu Likonen <address@hidden>
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

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