# HG changeset patch # User Eli Zaretskii # Date 1220705439 0 # Node ID 9a70e78ae66c8b2fa91d27ac725baab292c9ea52 # Parent 89441831a5ada4fac243309a476854406800bbf2 (msdos-show-help): Don't truncate lines while displaying help echo messages. diff -r 89441831a5ad -r 9a70e78ae66c lisp/term/pc-win.el --- 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)