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:
parent
41d0b0929c
commit
82dc617bfb
@ -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)))))
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user