]> git.eshelyaron.com Git - emacs.git/commit
New placement of newline characters in image-dired-db-file
authorPeter Münster <pm@a16n.net>
Tue, 17 Aug 2021 23:37:43 +0000 (01:37 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 19 Aug 2021 13:03:23 +0000 (15:03 +0200)
commit101b3c81b657198ebaf9abdaa0875d1b09d66192
tree8288f96b4e9b4ae60f202a46fa59fae32b72c9b0
parentbf64342a8ffd8777df10051037ca13ec4f6857a5
New placement of newline characters in image-dired-db-file

It's more usual to have the newline at the end of the line, instead of the
beginning. This change avoids missing newline at the end of the file, an
empty line at the start and eventually a lot of empty lines when
`require-final-newline' is not nil.

* lisp/image-dired.el (image-dired-write-tags): Insert newline at the end
of the line, instead of the beginning.
(image-dired-remove-tag): Do not delete empty line at end of buffer.
lisp/image-dired.el