aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/image.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image.el b/lisp/image.el
index ec974e7a145..d2eb264f91e 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -241,7 +241,7 @@ height of the image; integer values are taken as pixel values."
241 (setq x (+ x dx)))) 241 (setq x (+ x dx))))
242 (setq x 0.0 242 (setq x 0.0
243 y (+ y dy)) 243 y (+ y dy))
244 (insert (propertize "\n" 'line-spacing t))))) 244 (insert (propertize "\n" 'line-height 0)))))
245 245
246 246
247 247