From: Karl Heuer Date: Thu, 23 Oct 1997 07:01:19 +0000 (+0000) Subject: (locate-library): Bind jka-compr-inhibit to t. X-Git-Tag: emacs-20.3~2940 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf4320b8bfefaa43c6bfba9d056a806fafd98102;p=emacs.git (locate-library): Bind jka-compr-inhibit to t. --- 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)