]> git.eshelyaron.com Git - emacs.git/commit
Fix next-page for dired (Bug#31061)
authorMarco Wahl <marcowahlsoft@gmail.com>
Fri, 27 Apr 2018 11:50:08 +0000 (13:50 +0200)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 3 May 2018 00:35:20 +0000 (20:35 -0400)
commit8a6521260dc650b4b713ea8bc71348cbe730f6e4
tree370034aad2a21ff4b76b2e2d5ac671439e7630cd
parent74ff5ade8002a1a2cc8956607310e5466f2ed596
Fix next-page for dired (Bug#31061)

* lisp/textmodes/page-ext.el (next-page): Don't go back any pages if
COUNT is 0.  For negative COUNT, end with point just after the last
delimiter.

Co-authored-by: Noam Postavsky <npostavs@gmail.com>
lisp/textmodes/page-ext.el