# HG changeset patch # User Kim F. Storm # Date 1083017496 0 # Node ID 31f97e0656c1755f6c68ac3dfa6663aad3a9d3f5 # Parent aa6b7bfc426e7ba59351d408d11155e634066f9a (insert-sliced-image): Use line-height instead of line-spacing property on newline. diff -r aa6b7bfc426e -r 31f97e0656c1 lisp/image.el --- a/lisp/image.el Mon Apr 26 22:06:06 2004 +0000 +++ b/lisp/image.el Mon Apr 26 22:11:36 2004 +0000 @@ -241,7 +241,7 @@ (setq x (+ x dx)))) (setq x 0.0 y (+ y dy)) - (insert (propertize "\n" 'line-spacing t))))) + (insert (propertize "\n" 'line-height 0)))))