summaryrefslogtreecommitdiff
path: root/lisp/image.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-01-01 13:08:33 +0000
committerKim F. Storm <storm@cua.dk>2005-01-01 13:08:33 +0000
commitb6a486880a7824275279245a4bad11280b618f3f (patch)
tree872f026698449eefc337c3737404363586c3a0d6 /lisp/image.el
parent4dcb88cf49e5af6b4a7ec15303e65816a7e86282 (diff)
downloademacs-b6a486880a7824275279245a4bad11280b618f3f.tar.gz
(insert-sliced-image): Use t for line-height property.
Diffstat (limited to 'lisp/image.el')
-rw-r--r--lisp/image.el2
1 files changed, 1 insertions, 1 deletions
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)))))