XEmacs 21.2.14.
[chise/xemacs-chise.git.1] / lisp / lib-complete.el
index b524c11..7ae20c3 100644 (file)
@@ -255,10 +255,7 @@ Optional sixth argument FILTER can be used to provide a function to
     (cond 
      ((equal library "") DEFAULT)
      (FULL (locate-file library read-library-internal-search-path
-                       ;; decompression doesn't work with Mule -slb
-                       (if (featurep 'mule)
-                           ".el:.elc"
-                         ".el:.el.gz:.elc")))
+                         '(".el" ".el.gz" ".elc")))
      (t library))))
 
 ;; NOTE: as a special case, read-library may be used to read a filename