]> git.eshelyaron.com Git - emacs.git/commit
`dired-next-line' movement style (bug#65621)
authorshynur <one.last.kiss@outlook.com>
Sat, 2 Sep 2023 14:39:00 +0000 (22:39 +0800)
committerEli Zaretskii <eliz@gnu.org>
Sun, 10 Sep 2023 07:37:43 +0000 (10:37 +0300)
commitd04c538e7c331a643c61c4af5070288ce220ebfb
treeec902722733c1dd4114950b096c4017f5ac1f6f9
parent4101464b4765b67c1b8b5ec099ffccf37385ef9c
`dired-next-line' movement style (bug#65621)

Point will skips empty lines and optionally goto the other
end when encountering a boundary.
* lisp/dired.el (dired-movement-style): Control whether to
skip empty lines and whether to cycle through non-empty
lines.
* lisp/dired.el (dired-next-line): Add a new movement style
controlled by `dired-movement-style'.
* etc/NEWS (dired-movement-style):
etc/NEWS
lisp/dired.el