+2004-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * calist.el (use-calist-package): Add missing arg to `format'.
+
2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
* Makefile: Make `elc' into the default entry.
(if (intern-soft (symbol-name sym)
calist-field-match-method-obarray)
(signal 'conflict-of-calist-symbol
- (list (format "Conflict of symbol %s")))
+ (list (format "Conflict of symbol %s" sym)))
(if (fboundp sym)
(define-calist-field-match-method
sym (symbol-function sym))