# HG changeset patch # User Kim F. Storm # Date 1104584913 0 # Node ID d50d807507e0146088db64531445c6e780fdb79b # Parent 3e1e48d5821a2013145ed7b6a9f6e83c299dd0ba (insert-sliced-image): Use t for line-height property. diff -r 3e1e48d5821a -r d50d807507e0 lisp/image.el --- 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)))))