diff lisp/image.el @ 55127:598e9ab0f662

(insert-sliced-image): Add line-spacing t property to newlines separating image lines.
author Kim F. Storm <storm@cua.dk>
date Sat, 24 Apr 2004 23:30:05 +0000
parents a7dfcd60873e
children 31f97e0656c1
line wrap: on
line diff
--- a/lisp/image.el	Sat Apr 24 23:29:39 2004 +0000
+++ b/lisp/image.el	Sat Apr 24 23:30:05 2004 +0000
@@ -241,7 +241,7 @@
 	  (setq x (+ x dx))))
       (setq x 0.0
 	    y (+ y dy))
-      (insert "\n"))))
+      (insert (propertize "\n" 'line-spacing t)))))