1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(insert-sliced-image): Use t for line-height property.

This commit is contained in:
Kim F. Storm 2005-01-01 13:08:33 +00:00
parent 41d0b0929c
commit 82dc617bfb

View File

@ -263,7 +263,7 @@ The image is automatically split into ROW x COLS slices."
(setq x (+ x dx))))
(setq x 0.0
y (+ y dy))
(insert (propertize "\n" 'line-height 0)))))
(insert (propertize "\n" 'line-height t)))))