(use-calist-package): Add missing arg to `format'.
authoryamaoka <yamaoka>
Fri, 6 Feb 2004 06:02:12 +0000 (06:02 +0000)
committeryamaoka <yamaoka>
Fri, 6 Feb 2004 06:02:12 +0000 (06:02 +0000)
ChangeLog
calist.el

index 7cecf5e..817741e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index fbef680..b9ac823 100644 (file)
--- a/calist.el
+++ b/calist.el
@@ -48,7 +48,7 @@
              (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))