Index: client/1.0/neutral/pkgd.eagle ================================================================== --- client/1.0/neutral/pkgd.eagle +++ client/1.0/neutral/pkgd.eagle @@ -2248,11 +2248,11 @@ # writable only by applications that are implicitly trusted by the # current user. If this assumption does not hold on your platform, # DO NOT USE THIS PROCEDURE AS IT MAY BE UNSAFE. # # - proc maybeAddTemporaryPackagesToAutoPath { language options {pattern *} } { + proc maybeAddTemporaryPackagesToAutoPath { language options {pattern ""} } { variable temporaryRootDirectory variable verboseTemporaryDirectory # # NOTE: Initially, no temporary package directories have been added Index: doc/v1.html ================================================================== --- doc/v1.html +++ doc/v1.html @@ -214,11 +214,11 @@     Required argument "language"
    Required argument "options"
-    Optional argument "pattern" with default value "*"
+    Optional argument "pattern" with default value ""

This procedure adds temporary package directories to the auto-path
of the specified language (i.e. native Tcl or Eagle). Directories
will not be added if already present. The language argument must