diff lisp/prim/simple.el @ 199:169c0442b401 r20-3b26

Import from CVS: tag r20-3b26
author cvs
date Mon, 13 Aug 2007 10:00:33 +0200
parents a2f645c6b9f8
children eb5470882647
line wrap: on
line diff
--- a/lisp/prim/simple.el	Mon Aug 13 10:00:04 2007 +0200
+++ b/lisp/prim/simple.el	Mon Aug 13 10:00:33 2007 +0200
@@ -2593,7 +2593,7 @@
 	;; Disallow missing argument; it's probably a typo for C-x C-f.
 	(t
 	 (error "set-fill-column requires an explicit argument")))
-  (display-message 'command "fill-column set to %d" fill-column))
+  (display-message 'command (format "fill-column set to %d" fill-column)))
 
 (defcustom comment-multi-line t ; XEmacs - this works well with adaptive fill
   "*Non-nil means \\[indent-new-comment-line] should continue same comment