comparison lisp/help.el @ 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 437758b7ca50
children fb907b54fe26
comparison
equal deleted inserted replaced
20132:b691f68b0757 20133:a02088b980e3
705 If the optional third arg PATH is specified, that list of directories 705 If the optional third arg PATH is specified, that list of directories
706 is used instead of `load-path'." 706 is used instead of `load-path'."
707 (interactive (list (read-string "Locate library: ") 707 (interactive (list (read-string "Locate library: ")
708 nil nil 708 nil nil
709 t)) 709 t))
710 (let (result) 710 (let (result
711 (jka-compr-inhibit t))
711 (catch 'answer 712 (catch 'answer
712 (mapcar 713 (mapcar
713 (lambda (dir) 714 (lambda (dir)
714 (mapcar 715 (mapcar
715 (lambda (suf) 716 (lambda (suf)