diff options
| author | Kim F. Storm | 2004-04-26 22:11:36 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-04-26 22:11:36 +0000 |
| commit | 3e8b5f3d712f828e76a397bf03871741cd5418ec (patch) | |
| tree | bd1754bcac0e3c99b353d3b79b67bdecc380592a | |
| parent | 6c61299c603d77bb37cd30617b0ce66eaf21dce8 (diff) | |
| download | emacs-3e8b5f3d712f828e76a397bf03871741cd5418ec.tar.gz emacs-3e8b5f3d712f828e76a397bf03871741cd5418ec.zip | |
(insert-sliced-image): Use line-height instead of
line-spacing property on newline.
| -rw-r--r-- | lisp/image.el | 2 |
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 | ||