]> git.eshelyaron.com Git - emacs.git/commitdiff
(locate-library): Bind jka-compr-inhibit to t.
authorKarl Heuer <kwzh@gnu.org>
Thu, 23 Oct 1997 07:01:19 +0000 (07:01 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 23 Oct 1997 07:01:19 +0000 (07:01 +0000)
lisp/help.el

index 03fe4363434fb24d8ee56de439f4c04e4a38ab48..cc322482f14b38c0c49bfb2e5d57a1c5746ece6e 100644 (file)
@@ -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)