comparison lisp/packages.el @ 624:59c2a61efa7d

[xemacs-hg @ 2001-06-30 23:07:06 by youngs] Patches from Robert Pluim <rpluim@bigfoot.com> - small changes to package code
author youngs
date Sat, 30 Jun 2001 23:07:06 +0000
parents 455754515716
children 4bf478127536
comparison
equal deleted inserted replaced
623:3e13cd716cff 624:59c2a61efa7d
189 Optional second arg NOSUFFIX non-nil means don't add suffixes `.elc' or `.el' 189 Optional second arg NOSUFFIX non-nil means don't add suffixes `.elc' or `.el'
190 to the specified name LIBRARY. 190 to the specified name LIBRARY.
191 191
192 If the optional third arg PATH is specified, that list of directories 192 If the optional third arg PATH is specified, that list of directories
193 is used instead of `load-path'." 193 is used instead of `load-path'."
194 (interactive (list (read-string "Locate library: ") 194 (interactive (list (read-library-name "Locate library: ")
195 nil nil 195 nil nil
196 t)) 196 t))
197 (let ((result 197 (let ((result
198 (locate-file 198 (locate-file
199 library 199 library