aboutsummaryrefslogtreecommitdiffhomepage
path: root/ccc
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-04-16 12:33:27 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-04-16 12:33:27 +0000
commite93dbdbdf75ea09fb93f70187052158a877b9c6d (patch)
treec420c71e59f033135c812bd0fb893a3ee7e7460a /ccc
parenta40c4b07059f754e63fa29787148cdab22359cb6 (diff)
ccc-count-undos: declare str (doesnae fix bug though)
Diffstat (limited to 'ccc')
-rw-r--r--ccc/ccc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccc/ccc.el b/ccc/ccc.el
index 81754b00..d9d43aac 100644
--- a/ccc/ccc.el
+++ b/ccc/ccc.el
@@ -102,7 +102,7 @@
(let
((count-ccc 0)
(count-casl 0)
- casl)
+ casl str)
(while span
(setq str (span-property span 'cmd))
(cond ((eq (span-property span 'type) 'vanilla)