Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
08792c11
Commit
08792c11
authored
Sep 06, 2008
by
Eli Zaretskii
Browse files
(msdos-show-help): Don't truncate lines while displaying help echo messages.
parent
cdba036d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/term/pc-win.el
lisp/term/pc-win.el
+1
-1
No files found.
lisp/ChangeLog
View file @
08792c11
2008-09-06 Eli Zaretskii <eliz@gnu.org>
* term/pc-win.el (msdos-show-help): Don't truncate lines while
displaying help echo messages.
2008-09-06 Martin Rudalics <rudalics@gmx.at>
* subr.el (symbol-file): Fix doc-string.
...
...
lisp/term/pc-win.el
View file @
08792c11
...
...
@@ -269,7 +269,7 @@ are fixed-pitch."
((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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment