Mercurial > emacs
changeset 53856:ac105516179d
(zone-call): Fix format string.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 08 Feb 2004 22:32:18 +0000 |
parents | 7ebb0f4b6c1f |
children | 4fdf85312c1c |
files | lisp/play/zone.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/zone.el Sun Feb 08 22:31:36 2004 +0000 +++ b/lisp/play/zone.el Sun Feb 08 22:32:18 2004 +0000 @@ -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 @@ (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