original commit: ae4aad2305d2a6ac3d0d61c3ee50844c65d9cb15
This commit is contained in:
Robby Findler 2002-01-07 23:32:55 +00:00
parent efa9c79110
commit 6bc79d03a4

View File

@ -117,7 +117,7 @@
(let* ([temp-b (box #f)]
[filename (get-filename temp-b)])
(unless (unbox temp-b)
(unless (equal? filename (get-filename))
(when filename
(handler:add-to-recent filename))))
(super-on-save-file filename format))