]> git.eshelyaron.com Git - emacs.git/commit
dired-jump: Expand file-name before dired-goto-file call
authorTino Calancha <tino.calancha@gmail.com>
Tue, 13 Sep 2016 15:04:32 +0000 (00:04 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Tue, 13 Sep 2016 15:04:32 +0000 (00:04 +0900)
commit3988ceaa1cfa2022443906750cbb30127a1e161f
treeac9f5cd2833d85b7ed1dbb73309ae376e7793a5d
parent469fcaa7f8d2ad57571a0af55a4082700345e4a5
dired-jump: Expand file-name before dired-goto-file call

Command dired-goto-file requires its argument to be an absolute
file name.  Interactively FILE-NAME is read with read-file-name,
which could return an abbreviated file name (Bug#24409).
* lisp/dired-x.el (dired-jump): Use expand-file-name on FILE-NAME.
Clarify in doc string the meaning of arg FILE-NAME.
lisp/dired-x.el