* lisp/info.el (info-insert-file-contents): Require jka-compr. (Bug#9090)

This commit is contained in:
Glenn Morris
2011-07-15 13:04:12 -04:00
parent dbc44fcd08
commit bd23ebc01d
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
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.

View File

@@ -32,7 +32,7 @@
;;; Code:
(eval-when-compile (require 'jka-compr) (require 'cl))
(eval-when-compile (require 'cl))
(defgroup info nil
"Info subsystem."
@@ -463,6 +463,7 @@ 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)