Fixed this redisplay bug:
authorKim F. Storm <storm@cua.dk>
Sun, 21 Nov 2004 15:50:08 +0000 (15:50 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 21 Nov 2004 15:50:08 +0000 (15:50 +0000)
commitca7cefe702f23b3a6197965479f7b47ec3566c9e
treea05ca231519241b652ba88526b5af05b18b59099
parent08f6668226c6c70e63c63e8962785dfe86cba70d
Fixed this redisplay bug:

** Problem with cursor border around images and window-margins:

The border around the image when the cursor is on the image
flows into the right fringe and margin.

     (progn
       (auto-image-file-mode 1)
       (find-file (concat data-directory "splash.xpm"))
       (set-window-margins (selected-window) 25 25))
admin/FOR-RELEASE