emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105157: (info-insert-file-contents):


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105157: (info-insert-file-contents): Inhibit jka-compr messages, which can be pretty annoying
Date: Wed, 13 Jul 2011 15:35:02 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105157
fixes bug(s): http://debbugs.gnu.org/8971
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2011-07-13 15:35:02 +0200
message:
  (info-insert-file-contents): Inhibit jka-compr messages, which can be pretty 
annoying
modified:
  lisp/ChangeLog
  lisp/info.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-13 13:25:29 +0000
+++ b/lisp/ChangeLog    2011-07-13 13:35:02 +0000
@@ -1,5 +1,8 @@
 2011-07-13  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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).
 

=== modified file 'lisp/info.el'
--- a/lisp/info.el      2011-07-13 13:10:54 +0000
+++ b/lisp/info.el      2011-07-13 13:35:02 +0000
@@ -464,6 +464,7 @@
   "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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]