changeset 20133:a02088b980e3

(locate-library): Bind jka-compr-inhibit to t.
author Karl Heuer <kwzh@gnu.org>
date Thu, 23 Oct 1997 07:01:19 +0000
parents b691f68b0757
children 7eb314cf3574
files lisp/help.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Thu Oct 23 07:00:59 1997 +0000
+++ b/lisp/help.el	Thu Oct 23 07:01:19 1997 +0000
@@ -707,7 +707,8 @@
   (interactive (list (read-string "Locate library: ")
 		     nil nil
 		     t))
-  (let (result)
+  (let (result
+	(jka-compr-inhibit t))
     (catch 'answer
       (mapcar
        (lambda (dir)