]> code.delx.au - gnu-emacs/commitdiff
(zone-call): Fix format string.
authorAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:32:18 +0000 (22:32 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:32:18 +0000 (22:32 +0000)
lisp/play/zone.el

index ca46c0a156292ae99027b2b71efe9f83aa1e960a..abe9657a9d83192e1dbd525204138527b923aff1 100644 (file)
@@ -1,6 +1,6 @@
 ;;; zone.el --- idle display hacks
 
-;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc.
 
 ;; Author: Victor Zandy <zandy@cs.wisc.edu>
 ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org>
@@ -125,7 +125,7 @@ If the element is a function or a list of a function and a number,
                                (functionp (car elem))
                                (numberp (cadr elem)))
                           (apply 'zone-call elem))
-                         (t (error "bad `zone-call' elem:" elem))))
+                         (t (error "bad `zone-call' elem: %S" elem))))
                  program))))
 
 ;;;###autoload