]> git.eshelyaron.com Git - emacs.git/commitdiff
(info-insert-file-contents): Inhibit jka-compr messages, which can be pretty annoying
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 13 Jul 2011 13:35:02 +0000 (15:35 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 13 Jul 2011 13:35:02 +0000 (15:35 +0200)
Fixes: debbugs:8971
lisp/ChangeLog
lisp/info.el

index 9518dad5ad6357aac3fdf95093842f4512ac7029..96c382c78fc38d6a42263bb2daa7ace83a10eb35 100644 (file)
@@ -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).
 
index 9e67542cda58c08b297a1cb71829e54abeb7ba81..cbdc8cc7ab360582417d5e7d9014d73152191230 100644 (file)
@@ -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))