(eword-lexical-analyzer): Renamed from user option
authormorioka <morioka>
Sat, 16 Jan 1999 14:59:59 +0000 (14:59 +0000)
committermorioka <morioka>
Sat, 16 Jan 1999 14:59:59 +0000 (14:59 +0000)
`eword-lexical-analyzers'.

eword-decode.el

index b2aab2d..8444d7d 100644 (file)
@@ -593,7 +593,7 @@ as a version of Net$cape)."
   "*Max position of eword-lexical-analyze-cache.
 It is max size of eword-lexical-analyze-cache - 1.")
 
-(defcustom eword-lexical-analyzers
+(defcustom eword-lexical-analyzer
   '(eword-analyze-quoted-string
     eword-analyze-domain-literal
     eword-analyze-comment
@@ -753,7 +753,7 @@ be the result."
        dest ret)
     (while (< start len)
       (setq ret
-           (let ((rest eword-lexical-analyzers)
+           (let ((rest eword-lexical-analyzer)
                  func r)
              (while (and (setq func (car rest))
                          (null