diff lisp/packages.el @ 633:4bf478127536

[xemacs-hg @ 2001-07-20 02:41:28 by youngs] 2001-07-20 Steve Youngs <youngs@xemacs.org> * packages.el (locate-data-file): Revert Karl's patch.
author youngs
date Fri, 20 Jul 2001 02:41:29 +0000
parents 59c2a61efa7d
children 6a0eecc6df0e
line wrap: on
line diff
--- a/lisp/packages.el	Thu Jul 19 07:19:58 2001 +0000
+++ b/lisp/packages.el	Fri Jul 20 02:41:29 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) '("" ".gz" ".bz2")))
+  (locate-file name (or dir-list data-directory-list)))
 
 ;; Path setup