diff options
| -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 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." | |||
| 263 | (setq x (+ x dx)))) | 263 | (setq x (+ x dx)))) |
| 264 | (setq x 0.0 | 264 | (setq x 0.0 |
| 265 | y (+ y dy)) | 265 | y (+ y dy)) |
| 266 | (insert (propertize "\n" 'line-height 0))))) | 266 | (insert (propertize "\n" 'line-height t))))) |
| 267 | 267 | ||
| 268 | 268 | ||
| 269 | 269 | ||