diff lisp/modes/view.el @ 16:0293115a14e9 r19-15b91

Import from CVS: tag r19-15b91
author cvs
date Mon, 13 Aug 2007 08:49:20 +0200
parents ac2d302a0011
children ec9a17fef872
line wrap: on
line diff
--- a/lisp/modes/view.el	Mon Aug 13 08:48:43 2007 +0200
+++ b/lisp/modes/view.el	Mon Aug 13 08:49:20 2007 +0200
@@ -355,7 +355,7 @@
 	(scroll-up lines)))
     (cond ((pos-visible-in-window-p (point-max))
 	   (goto-char (point-max))
-	   (message "%"
+	   (message "%s"
 		    (substitute-command-keys
 		     "End.  Type \\[view-exit] to quit viewing."))))
     (move-to-window-line -1)