projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41d0e4e
)
Removed comment.
author
shuhei
<shuhei>
Fri, 12 Nov 1999 23:34:04 +0000
(23:34 +0000)
committer
shuhei
<shuhei>
Fri, 12 Nov 1999 23:34:04 +0000
(23:34 +0000)
mel-q-ccl.el
patch
|
blob
|
history
diff --git
a/mel-q-ccl.el
b/mel-q-ccl.el
index
b9c70b7
..
c15fed2
100644
(file)
--- 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)