summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2021-07-24 13:26:51 (GMT)
committerKevin Walzer <kw@codebykevin.com>2021-07-24 13:26:51 (GMT)
commit7b9f5894378d39899caf6e20fc4b1e3d2329495b (patch)
tree95e1824d07e19a8aba596ac31a4a946676a025ac /library/tk.tcl
parentddca581879e618a1a516cd2b8d33df202b998826 (diff)
downloadtk-7b9f5894378d39899caf6e20fc4b1e3d2329495b.zip
tk-7b9f5894378d39899caf6e20fc4b1e3d2329495b.tar.gz
tk-7b9f5894378d39899caf6e20fc4b1e3d2329495b.tar.bz2
Silence OSACopyScriptingDefinition warning
Diffstat (limited to 'library/tk.tcl')
-rw-r--r--library/tk.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index 2668491..63d90f9 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -699,6 +699,11 @@ if {[tk windowingsystem] eq "aqua"} {
uplevel #0 $script
eval $script
}
+ #This procedure is required to silence warnings generated
+ #by inline AppleScript execution.
+ proc ::tk::mac::GetDynamicSdef {} {
+ puts ""
+ }
}
# Create a dictionary to store the starting index of the IME marked