* DOODLE-TIPS: Add desctiptions about byte-compile warnings.
[elisp/flim.git] / ew-var.el
index a16c41c..60d6e81 100644 (file)
--- a/ew-var.el
+++ b/ew-var.el
@@ -9,6 +9,8 @@
 (defvar ew-permit-sticked-comment nil)
 (defvar ew-permit-sticked-special nil)
 
+(defvar ew-parse-error-sit-for-seconds 0)
+
 ;;; anonymous function to decode ground string.
 ;; NOTE: STR is CRLF-form and it should return as CRLF-form.
 (defvar ew-decode-us-ascii (lambda (str) (decode-coding-string str 'iso-latin-1-unix)))