changeset 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 224d1d1861bb
children 535ccf62b57f
files lisp/image.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)))))