diff lisp/play/zone.el @ 65585:6d0d4d973f77

Message format spec fixes, commit no. 4
author Deepak Goel <deego@gnufans.org>
date Sun, 18 Sep 2005 12:32:51 +0000
parents 34bd8e434dd7
children 011947140bc7 fa0da9b57058
line wrap: on
line diff
--- a/lisp/play/zone.el	Sun Sep 18 12:31:28 2005 +0000
+++ b/lisp/play/zone.el	Sun Sep 18 12:32:51 2005 +0000
@@ -179,7 +179,7 @@
         (error
          (funcall restore)
          (while (not (input-pending-p))
-           (message (format "We were zoning when we wrote %s..." pgm))
+           (message "We were zoning when we wrote %s..." pgm)
            (sit-for 3)
            (message "...here's hoping we didn't hose your buffer!")
            (sit-for 3)))