From 82dc617bfb55672c0581e5656beeb3e91036409a Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sat, 1 Jan 2005 13:08:33 +0000 Subject: [PATCH] (insert-sliced-image): Use t for line-height property. --- lisp/image.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/image.el b/lisp/image.el index 13fdf2f6e4c..9a6c93c04d1 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -263,7 +263,7 @@ The image is automatically split into ROW x COLS slices." (setq x (+ x dx)))) (setq x 0.0 y (+ y dy)) - (insert (propertize "\n" 'line-height 0))))) + (insert (propertize "\n" 'line-height t))))) -- 2.39.5