]> git.eshelyaron.com Git - emacs.git/commit
Move dired-jump from dired-x to dired (Bug#21981)
authorStefan Kangas <stefan@marxist.se>
Sat, 12 Sep 2020 01:42:37 +0000 (03:42 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 12 Sep 2020 01:42:37 +0000 (03:42 +0200)
commit7d30ca7f66b546a390b12719245f174aa4765c68
tree00ede3263fbe9412db4d61ff8fb763f8980da653
parentf5d8cfff5a32361e8d561a66973a7de83f1275f6
Move dired-jump from dired-x to dired (Bug#21981)

* lisp/dired-x.el (dired-bind-jump): Change into defvar and make
obsolete.
(dired-extra-startup): Doc fix.
(dired-jump, dired-jump-other-window): Move from here...
* lisp/dired.el (dired-jump, dired-jump-other-window): ...to here.

* lisp/bindings.el (ctl-x-map, ctl-x-4-map): Bind 'C-j' to
'dired-jump' and 'dired-jump-other-window'.

* doc/misc/dired-x.texi (Features, Installation)
(Miscellaneous Commands): Remove documentation of 'dired-jump'.
* doc/emacs/dired.texi (Dired Enter): Document 'dired-jump' and
dired-jump-other-window.
* etc/NEWS: Announce the above changes.

* test/lisp/dired-tests.el (dired-autoload): Adjust test.
doc/emacs/dired.texi
doc/misc/dired-x.texi
etc/NEWS
lisp/bindings.el
lisp/dired-x.el
lisp/dired.el
test/lisp/dired-tests.el