+2011-07-15 Glenn Morris <rgm@gnu.org>
+
+ * info.el (info-insert-file-contents): Require jka-compr. (Bug#9090)
+
2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
* emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
;;; Code:
-(eval-when-compile (require 'jka-compr) (require 'cl))
+(eval-when-compile (require 'cl))
(defgroup info nil
"Info subsystem."
(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)