diff lisp/image.el @ 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 598e9ab0f662
children 5b3f0e4cf47f
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)))))