From cf4320b8bfefaa43c6bfba9d056a806fafd98102 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 23 Oct 1997 07:01:19 +0000 Subject: [PATCH] (locate-library): Bind jka-compr-inhibit to t. --- lisp/help.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.2