(insert-sliced-image): Add line-spacing t property
to newlines separating image lines.
This commit is contained in:
parent
21fb758865
commit
c3ea173da5
1 changed files with 1 additions and 1 deletions
|
@ -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)))))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue