From 32479482c12161c9e23466307682d60ee841d5ba Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 8 Mar 2000 05:34:55 +0000 Subject: Fix to warn function to use format args. --- generic/proof.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generic/proof.el') diff --git a/generic/proof.el b/generic/proof.el index eb692a28..9d2b8384 100644 --- a/generic/proof.el +++ b/generic/proof.el @@ -157,9 +157,9 @@ of the proof (starting from 1).") ;;; (or (fboundp 'warn) - (defun warn (str) + (defun warn (str &rest args) "Issue a warning STR. Defined by PG for XEmacs compatibility." - (message str) + (apply 'message str args) (sit-for 2))) ;;; -- cgit v1.2.3