diff lisp/term/pc-win.el @ 98033:9a70e78ae66c

(msdos-show-help): Don't truncate lines while displaying help echo messages.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 Sep 2008 12:50:39 +0000
parents eaf8630bda7d
children c5c8f07bc47c
line wrap: on
line diff
--- a/lisp/term/pc-win.el	Sat Sep 06 11:41:17 2008 +0000
+++ b/lisp/term/pc-win.el	Sat Sep 06 12:50:39 2008 +0000
@@ -269,7 +269,7 @@
      ((stringp help)
       (unless msdos-previous-message
         (setq msdos-previous-message (current-message)))
-      (let ((message-truncate-lines t)
+      (let ((message-truncate-lines nil)
             (message-log-max nil))
         (message "%s" (replace-regexp-in-string "\n" ", " help))))
      ((stringp msdos-previous-message)