From af368f85cde63eccff0aa29a7cd7ea51e633aa72 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 16 Jan 1999 14:59:59 +0000 Subject: [PATCH] (eword-lexical-analyzer): Renamed from user option `eword-lexical-analyzers'. --- eword-decode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eword-decode.el b/eword-decode.el index b2aab2d..8444d7d 100644 --- a/eword-decode.el +++ b/eword-decode.el @@ -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 -- 1.7.10.4