summaryrefslogtreecommitdiff
blob: f8bd12df5a8589ac9edd1dc9b435d50d3fb34c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- tnt-2.6-orig/tnt.el
+++ tnt-2.6/tnt.el
@@ -4132,7 +4132,7 @@
        (tnt-sound-exec
         (with-output-to-string
           (call-process shell-file-name nil t nil shell-command-switch (concat tnt-sound-exec " " tnt-sound-exec-args " " sound-file))))
-       (tnt-running-xemacs (play-sound-file sound-file))
+       ((fboundp 'play-sound-file) (play-sound-file sound-file))
        (t (message "Warning: tnt-sound-exec is not set")))
   (message "Warning: %s is not a readable file" sound-file)))