- Timestamp:
- Dec 4, 2009 5:11:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/notebook.tcl
- Property rcs:date changed from 1999/11/17 22:06:21 to 2003/11/05 22:18:43
- Property rcs:lines changed from +6 -1 to +2 -2
- Property rcs:rev changed from 1.2 to 1.3
r121 r743 210 210 if {$Notebook($w,c$n,command) != {}} { 211 211 if [catch {eval uplevel #0 {$Notebook($w,c$n,command)} } errmsg] { 212 puts "Notebook command error: $errmsg"212 catch {puts "Notebook command error: $errmsg"} 213 213 } 214 214 }
Note: See TracChangeset
for help on using the changeset viewer.