diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-16 02:38:59 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-16 02:38:59 +0000 |
| commit | 40eddef43dfde4f1f14101e1f3bbc0d4621c8a37 (patch) | |
| tree | bd8cc9729a0f22999a4811499c975254624e766c /chess-images.el | |
| parent | 6bb61cd98f852b3f4d013d2095b5511d53b8d983 (diff) | |
*** no comment ***
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) |
