monnier pushed a commit to branch master
in repository elpa.

commit 9cf2749488aefffd6d11807f01727e36f70d5e33
Author: Teemu Likonen <[email protected]>
Date:   Fri Jun 19 10:30:10 2009 +0000

    Muutetaan syntax-taulukon tyyppiä customize-järjestelmässä
    
    Nyt tyypiksi oletetaan muuttuja eikä symboli, joka on yleisempi käsite.
---
 wcheck-mode.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/wcheck-mode.el b/wcheck-mode.el
index 1a88853..5832446 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -166,7 +166,8 @@ An example contents of the `wcheck-language-data' variable:
                            (cons :format "%v"
                                  (const :tag "Syntax table:   "
                                         :format "%t" syntax)
-                                 (symbol :format "%v"))
+                                 (variable :format "%v"
+                                           :value text-mode-syntax-table))
                            (cons :format "%v"
                                  (const :tag "Regexp start:   "
                                         :format "%t" regexp-start)

Reply via email to