summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Tk/Text.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Tk/Text.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Tk/Text.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/Tk/Text.pm b/Master/tlpkg/tlperl/lib/Tk/Text.pm
index da41159252b..2d87bbff49d 100644
--- a/Master/tlpkg/tlperl/lib/Tk/Text.pm
+++ b/Master/tlpkg/tlperl/lib/Tk/Text.pm
@@ -21,7 +21,7 @@ use Text::Tabs;
use vars qw($VERSION);
#$VERSION = sprintf '4.%03d', q$Revision: #24 $ =~ /\D(\d+)\s*$/;
-$VERSION = '4.028';
+$VERSION = '4.029';
use Tk qw(Ev $XS_VERSION);
use base qw(Tk::Clipboard Tk::Widget);
@@ -1365,7 +1365,7 @@ sub Contents
}
else
{
- return $w->get('1.0','end');
+ return $w->get('1.0','end -1c');
}
}