(info-insert-file-contents): Inhibit jka-compr messages, which can be pretty annoying
Fixes: debbugs:8971
This commit is contained in:
parent
9c9c2d8874
commit
a201406306
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* info.el (info-insert-file-contents): Inhibit jka-compr messages,
|
||||
which can be pretty annoying (bug#8971).
|
||||
|
||||
* jka-compr.el (jka-compr-verbose): New variable, and use
|
||||
throughout (bug#8971).
|
||||
|
||||
|
|
|
@ -464,6 +464,7 @@ be last in the list.")
|
|||
"Insert the contents of an Info file in the current buffer.
|
||||
Do the right thing if the file has been compressed or zipped."
|
||||
(let* ((tail Info-suffix-list)
|
||||
(jka-compr-verbose nil)
|
||||
(lfn (if (fboundp 'msdos-long-file-names)
|
||||
(msdos-long-file-names)
|
||||
t))
|
||||
|
|
Loading…
Add table
Reference in a new issue