From f73c077aa40900e43414e4c7c1129fde90520954 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 28 Aug 2002 11:57:04 +0000 Subject: Fix to calls on message --- phox/phox-tags.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phox') diff --git a/phox/phox-tags.el b/phox/phox-tags.el index da91f022..dc143230 100644 --- a/phox/phox-tags.el +++ b/phox/phox-tags.el @@ -24,11 +24,11 @@ (if proof-running-on-XEmacs (let ((association (cons buffer-file-name table))) (if (member association tag-table-alist) - (message (concat table " already loaded.")) + (message "%s already loaded." table) (setq tag-table-alist (cons association tag-table-alist)))) ; gnu emacs (if (member table tags-table-list) - (message (concat table " already loaded.")) + (message "%s already loaded." table) ; (make-local-variable 'tags-table-list) ; ne fonctionne pas (setq tags-table-list (cons table tags-table-list)) ) -- cgit v1.2.3