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
a2014063
Commit
a2014063
authored
Jul 13, 2011
by
Lars Magne Ingebrigtsen
Browse files
(info-insert-file-contents): Inhibit jka-compr messages, which can be pretty annoying
Fixes: debbugs:8971
parent
9c9c2d88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/info.el
lisp/info.el
+1
-0
No files found.
lisp/ChangeLog
View file @
a2014063
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).
...
...
lisp/info.el
View file @
a2014063
...
...
@@ -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))
...
...
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