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:
parent
ac72d80baf
commit
dc12031733
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue