Diff
Not logged in

Differences From Artifact [b66633278e]:

To Artifact [5620c98dfe]:


56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
    namespace export seconds
    namespace export add

    # Import the message catalog commands that we use.

    namespace import ::msgcat::mcload
    namespace import ::msgcat::mclocale
    namespace import ::msgcat::mc
    namespace import ::msgcat::mcpackagelocale

}

#----------------------------------------------------------------------
#
# ::tcl::clock::Initialize --







|







56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
    namespace export seconds
    namespace export add

    # Import the message catalog commands that we use.

    namespace import ::msgcat::mcload
    namespace import ::msgcat::mclocale
    proc mc {args} { tailcall ::msgcat::mcn [namespace current] {*}$args }
    namespace import ::msgcat::mcpackagelocale

}

#----------------------------------------------------------------------
#
# ::tcl::clock::Initialize --