monnier pushed a commit to branch master
in repository elpa.
commit d6228d4776c734c75c551045bcaef9ef06a04ed6
Author: Teemu Likonen <[email protected]>
Date: Sun Apr 20 17:34:44 2014 +0300
Delete obsolete variable wcheck-read-or-skip-faces
---
wcheck-mode.el | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/wcheck-mode.el b/wcheck-mode.el
index a2b1bc0..d4cdda9 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -635,15 +635,7 @@ Here's an example value for the variable:
message-header-subject message-cited-text)))"
:group 'wcheck
- :type `(repeat ,wcheck-language-data-customize-interface))
-
-
-(defvar wcheck-read-or-skip-faces nil
- "This variable is not used anymore.
-This variable's functionality is now included in variables
-`wcheck-language-data' and `wcheck-language-data-defaults'. See
-the documentation of the former variable for information on how
-to configure the feature.")
+ :type `(repeat ,wcheck--language-data-customize-interface))
;;;###autoload