From: shuhei Date: Fri, 12 Nov 1999 23:34:04 +0000 (+0000) Subject: Removed comment. X-Git-Tag: clime-1_13_6~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=df065e7b34a598ee91da0fb9b450e9be9c509f72;p=elisp%2Fflim.git Removed comment. --- diff --git a/mel-q-ccl.el b/mel-q-ccl.el index b9c70b7..c15fed2 100644 --- a/mel-q-ccl.el +++ b/mel-q-ccl.el @@ -961,7 +961,7 @@ MODE allows `text', `comment', `phrase' or nil. Default value is (unless (featurep 'xemacs) (defun q-encoding-ccl-encoded-length (string &optional mode) (let ((status [nil nil nil nil nil nil nil nil nil])) - (fillarray status nil) ; XXX: Is this necessary? + (fillarray status nil) (ccl-execute-on-string (cond ((eq mode 'text) 'mel-ccl-count-uq)