changeset 59276:d50d807507e0

(insert-sliced-image): Use t for line-height property.
author Kim F. Storm <storm@cua.dk>
date Sat, 01 Jan 2005 13:08:33 +0000
parents 3e1e48d5821a
children 120ce8e206a5
files lisp/image.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/image.el	Sat Jan 01 13:07:59 2005 +0000
+++ b/lisp/image.el	Sat Jan 01 13:08:33 2005 +0000
@@ -263,7 +263,7 @@
 	  (setq x (+ x dx))))
       (setq x 0.0
 	    y (+ y dy))
-      (insert (propertize "\n" 'line-height 0)))))
+      (insert (propertize "\n" 'line-height t)))))