diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-13 15:35:02 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-13 15:35:02 +0200 |
commit | a2014063066a4b6feb66eba883fae94e26e01087 (patch) | |
tree | c2bf18595930727386e73895a43da9ecadfb011f /lisp/info.el | |
parent | 9c9c2d8874e433ba37a9b81934a44acc95f7cc0f (diff) | |
download | emacs-a2014063066a4b6feb66eba883fae94e26e01087.tar.gz |
(info-insert-file-contents): Inhibit jka-compr messages, which can be pretty annoying
Fixes: debbugs:8971
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el index 9e67542cda5..cbdc8cc7ab3 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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)) |