diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-09-30 12:57:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-09-30 12:57:02 (GMT) |
commit | 3964ec3d8cef652a7ff8f12578bf910bedd0f50b (patch) | |
tree | b22a7346d6ee21a9768ed6e622a2adf6034421b1 /library/tm.tcl | |
parent | 5572aa0ec790cb0075eca068cf30ae366abb7f4c (diff) | |
download | tcl-3964ec3d8cef652a7ff8f12578bf910bedd0f50b.zip tcl-3964ec3d8cef652a7ff8f12578bf910bedd0f50b.tar.gz tcl-3964ec3d8cef652a7ff8f12578bf910bedd0f50b.tar.bz2 |
Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows. Remove some unnecessary end-of-line spacing.
Diffstat (limited to 'library/tm.tcl')
-rw-r--r-- | library/tm.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tm.tcl b/library/tm.tcl index 7b9cafe..87db0df 100644 --- a/library/tm.tcl +++ b/library/tm.tcl @@ -191,7 +191,7 @@ proc ::tcl::tm::list {} { proc ::tcl::tm::UnknownHandler {original name args} { # Import the list of paths to search for packages in module form. - # Import the pattern used to check package names in detail. + # Import the pattern used to check package names in detail. variable paths variable pkgpattern |