# HG changeset patch # User Karl Heuer # Date 877590079 0 # Node ID a02088b980e31b0923cff1d65c9834e53403b69c # Parent b691f68b07575e45d0fe30741108d30c1eb23703 (locate-library): Bind jka-compr-inhibit to t. diff -r b691f68b0757 -r a02088b980e3 lisp/help.el --- 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)