summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-07-15 13:18:53 -0400
committerGlenn Morris <rgm@gnu.org>2011-07-15 13:18:53 -0400
commitc65bca6520d8f3097b1c597381150fd2ffd0f886 (patch)
tree322e1b71ebaa0891852dce52dc0de718956317db /lisp/info.el
parentbd23ebc01d3a58d3f8357d97f49cf00c2ef4b585 (diff)
downloademacs-c65bca6520d8f3097b1c597381150fd2ffd0f886.tar.gz
Rework previous change.
* lisp/jka-compr.el (jka-compr-verbose): Move from here... * lisp/jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090) Add missing :version tag. * lisp/info.el: No need to require jka-compr when compiling.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 51105be6db3..a4826ee8c2c 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -463,7 +463,6 @@ be last in the list.")
(defun info-insert-file-contents (filename &optional visit)
"Insert the contents of an Info file in the current buffer.
Do the right thing if the file has been compressed or zipped."
- (require 'jka-compr) ; bug #9090
(let* ((tail Info-suffix-list)
(jka-compr-verbose nil)
(lfn (if (fboundp 'msdos-long-file-names)