]> git.eshelyaron.com Git - emacs.git/commitdiff
(insert-sliced-image): Use line-height instead of
authorKim F. Storm <storm@cua.dk>
Mon, 26 Apr 2004 22:11:36 +0000 (22:11 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 26 Apr 2004 22:11:36 +0000 (22:11 +0000)
line-spacing property on newline.

lisp/image.el

index ec974e7a145cdc22f0f429fd93bf46e7bb825e75..d2eb264f91e4d5a051b7c97e753bf3442cc41c51 100644 (file)
@@ -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)))))