diff lisp/textmodes/tildify.el @ 65583:703495630901

Message format spec fixes (2)
author Deepak Goel <deego@gnufans.org>
date Sun, 18 Sep 2005 12:28:30 +0000
parents 5b1a238fcbb4
children cac26a791725 fa0da9b57058
line wrap: on
line diff
--- a/lisp/textmodes/tildify.el	Sun Sep 18 12:25:02 2005 +0000
+++ b/lisp/textmodes/tildify.el	Sun Sep 18 12:28:30 2005 +0000
@@ -222,11 +222,11 @@
 		      (if (> (point) (marker-position marker-end))
 			  (setq finish t))
 		    (message
-		     (format "End of environment not found: %s" end-env))
+		     "End of environment not found: %s" end-env)
 		    (setq finish t))))))
       ;; No ignored environments, tildify directly
       (tildify-tildify beg end ask)))
-  (message (format "%d spaces replaced." tildify-count)))
+  (message "%d spaces replaced." tildify-count))
 
 ;;;###autoload
 (defun tildify-buffer ()