[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
info.el with auto-compression-mode
From: |
Yoichi NAKAYAMA |
Subject: |
info.el with auto-compression-mode |
Date: |
Sun, 27 Nov 2005 12:42:37 +0900 |
User-agent: |
Wanderlust/2.15.2 (Almost Unreal) EMIKO/1.14.1 (Choanoflagellata) IMITATION/1.14.6 (一番搾り) APEL/10.6 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (賢木) |
After the split of jka-compr, info-mode cannot use
auto-compression-mode if jka-compr is not loaded.
Following patch will fix this.
--- info.el 25 Nov 2005 16:35:34 -0000 1.462
+++ info.el 27 Nov 2005 02:53:53 -0000
@@ -35,7 +35,7 @@
;;; Code:
-(eval-when-compile (require 'jka-compr))
+(eval-when-compile (require 'jka-cmpr-hook))
(defgroup info nil
"Info subsystem."
@@ -448,7 +448,7 @@
(or tail
(error "Can't find %s or any compressed version of it" filename)))
;; check for conflict with jka-compr
- (if (and (featurep 'jka-compr)
+ (if (and (featurep 'jka-cmpr-hook)
(jka-compr-installed-p)
(jka-compr-get-compression-info fullname))
(setq decoder nil))
Regards,
--
Yoichi NAKAYAMA
- info.el with auto-compression-mode,
Yoichi NAKAYAMA <=