aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'."
707 (interactive (list (read-string "Locate library: ") 707 (interactive (list (read-string "Locate library: ")
708 nil nil 708 nil nil
709 t)) 709 t))
710 (let (result) 710 (let (result
711 (jka-compr-inhibit t))
711 (catch 'answer 712 (catch 'answer
712 (mapcar 713 (mapcar
713 (lambda (dir) 714 (lambda (dir)