(insert-sliced-image): Add line-spacing t property

to newlines separating image lines.
This commit is contained in:
Kim F. Storm 2004-04-24 23:30:05 +00:00
parent 21fb758865
commit c3ea173da5

View file

@ -241,7 +241,7 @@ height of the image; integer values are taken as pixel values."
(setq x (+ x dx))))
(setq x 0.0
y (+ y dy))
(insert "\n"))))
(insert (propertize "\n" 'line-spacing t)))))