From: Kim F. Storm Date: Mon, 26 Apr 2004 22:11:36 +0000 (+0000) Subject: (insert-sliced-image): Use line-height instead of X-Git-Tag: ttn-vms-21-2-B4~6578 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e8b5f3d712f828e76a397bf03871741cd5418ec;p=emacs.git (insert-sliced-image): Use line-height instead of line-spacing property on newline. --- diff --git a/lisp/image.el b/lisp/image.el index ec974e7a145..d2eb264f91e 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -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 (propertize "\n" 'line-spacing t))))) + (insert (propertize "\n" 'line-height 0)))))