# HG changeset patch # User Kim F. Storm # Date 1082849405 0 # Node ID 598e9ab0f662e008c98b17c80c52e5d7f3d73729 # Parent 224d1d1861bb3c29dd5665803e1602e83a6a5f4a (insert-sliced-image): Add line-spacing t property to newlines separating image lines. diff -r 224d1d1861bb -r 598e9ab0f662 lisp/image.el --- a/lisp/image.el Sat Apr 24 23:29:39 2004 +0000 +++ b/lisp/image.el Sat Apr 24 23:30:05 2004 +0000 @@ -241,7 +241,7 @@ (setq x (+ x dx)))) (setq x 0.0 y (+ y dy)) - (insert "\n")))) + (insert (propertize "\n" 'line-spacing t)))))