* lisp/info.el (info-insert-file-contents): Require jka-compr. (Bug#9090)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user