1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(zone-call): Fix format string.

This commit is contained in:
Andreas Schwab 2004-02-08 22:32:18 +00:00
parent ac72d80baf
commit dc12031733

View 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