View | Details | Raw Unified | Return to bug 5465
Collapse All | Expand All

(-)tkabber.tcl.rpmorig (+5 lines)
Lines 4-9 Link Here
4
4
5
# $Id: tkabber.tcl,v 1.219 2004/07/10 20:05:04 aleksey Exp $
5
# $Id: tkabber.tcl,v 1.219 2004/07/10 20:05:04 aleksey Exp $
6
6
7
# Memchan and Tclx packages both try to define "random".
8
# Make sure that Tclx loads after Memchan to get "random" from Tclx.
9
catch {package require Memchan}
10
catch {package require Tclx}
11
7
set interface tk
12
set interface tk
8
namespace eval ifacetk {}
13
namespace eval ifacetk {}
9
14

Return to bug 5465