Updating configure.ac with new version number
[maxima/cygwin.git] / interfaces / xmaxima / Utils / Messages.tcl
blob1059785d9057c6d5ea90b7e2d7ce2468bf13a66d
2 proc M {str args} {
3 if {$args == ""} {return $str}
4 return [eval [list format $str] $args]