diff options
Diffstat (limited to 'chess-images.el')
| -rw-r--r-- | chess-images.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chess-images.el b/chess-images.el index e6f86ca..a68fe59 100644 --- a/chess-images.el +++ b/chess-images.el @@ -513,6 +513,8 @@ This is necessary for bizzare Emacs reasons." chess-images-border-width) nil t :color-symbols (list (cons "background" chess-images-border-color)))))) + ;; let the garbage collector know we're through here + (garbage-collect) (chess-message 'piece-images-loaded)) (provide 'chess-images) |
