diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-09 23:18:35 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-09 23:18:35 +0000 |
| commit | cdcddcb50f516cae6dbe2cd8f484cd16f59dd0bd (patch) | |
| tree | 968340145eac33c294ec6679c225d29f100cab6a /chess-display.el | |
| parent | 4c79e4f37969528483b3558a231977a1be2d4f51 (diff) | |
*** no comment ***
Diffstat (limited to 'chess-display.el')
| -rw-r--r-- | chess-display.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chess-display.el b/chess-display.el index f45429e..ed94ae5 100644 --- a/chess-display.el +++ b/chess-display.el @@ -98,6 +98,7 @@ "Destroy a chess display object, killing all of its buffers." (let ((buf (or display (current-buffer)))) (when (buffer-live-p buf) + (funcall chess-display-event-handler 'destroy) (chess-display-detach-game display) (kill-buffer buf)))) |
