summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 03fe4363434..cc322482f14 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -707,7 +707,8 @@ is used instead of `load-path'."
(interactive (list (read-string "Locate library: ")
nil nil
t))
- (let (result)
+ (let (result
+ (jka-compr-inhibit t))
(catch 'answer
(mapcar
(lambda (dir)