]> code.delx.au - gnu-emacs/commit
Add "^" to the interactive specs of `dired-next/previous-line'
authorEli Barzilay <eli@barzilay.org>
Thu, 12 Nov 2015 08:07:38 +0000 (03:07 -0500)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 12 Nov 2015 08:35:10 +0000 (09:35 +0100)
commit851be0f60718795c985f504db4823344508b107d
tree9d1520368ec651e39ec8238d6061e72e8ec50549
parent055ca3a57e7326cd24bbb958531f6938466f5fd9
Add "^" to the interactive specs of `dired-next/previous-line'

* lisp/dired.el (dired-next-line, dired-previous-line): It makes sense
to bind these commands to the arrow keys, and that means that they work
better with a "^" in the `interactive' declaration so selection works
as expected.
lisp/dired.el