diff lisp/packages.el @ 601:455754515716

[xemacs-hg @ 2001-06-01 07:46:53 by youngs] Patch from Karl
author youngs
date Fri, 01 Jun 2001 07:46:53 +0000
parents ef4d2466a29c
children 59c2a61efa7d
line wrap: on
line diff
--- a/lisp/packages.el	Fri Jun 01 07:15:33 2001 +0000
+++ b/lisp/packages.el	Fri Jun 01 07:46:53 2001 +0000
@@ -344,7 +344,7 @@
   "Locate a file in a search path DIR-LIST (a list of directories).
 If no DIR-LIST is supplied, it defaults to `data-directory-list'.
 This function is basically a wrapper over `locate-file'."
-  (locate-file name (or dir-list data-directory-list)))
+  (locate-file name (or dir-list data-directory-list) '("" ".gz" ".bz2")))
 
 ;; Path setup