changeset 55167:31f97e0656c1

(insert-sliced-image): Use line-height instead of line-spacing property on newline.
author Kim F. Storm <storm@cua.dk>
date Mon, 26 Apr 2004 22:11:36 +0000
parents aa6b7bfc426e
children 792257ac0c03
files lisp/image.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))))