# HG changeset patch # User Andreas Schwab # Date 1076279538 0 # Node ID ac105516179d7395b3f29384226663577fd73a47 # Parent 7ebb0f4b6c1fc6c619a37b2a22956ae3359bec1f (zone-call): Fix format string. diff -r 7ebb0f4b6c1f -r ac105516179d lisp/play/zone.el --- 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 ;; Maintainer: Thien-Thi Nguyen @@ -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