From 329b62714dec924ad4ea1e664f4b0e90391bc513 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 6 Feb 2004 06:02:12 +0000 Subject: [PATCH] (use-calist-package): Add missing arg to `format'. --- ChangeLog | 4 ++++ calist.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7cecf5e..817741e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-06 Katsumi Yamaoka + + * calist.el (use-calist-package): Add missing arg to `format'. + 2004-01-26 Katsumi Yamaoka * Makefile: Make `elc' into the default entry. diff --git a/calist.el b/calist.el index fbef680..b9ac823 100644 --- 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)) -- 1.7.10.4