]> git.eshelyaron.com Git - emacs.git/commit
In Eshell, don't expand quoted tildes into a user's home directory
authorJim Porter <jporterbugs@gmail.com>
Sun, 3 Sep 2023 05:29:22 +0000 (22:29 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:15:24 +0000 (21:15 +0100)
commitadebeaa9055eb85cdf7ae3cb7b84f3c2758ed3ce
tree1955c71f81ca0d531da92c409149313a0bb7b0f0
parentb70896f78f88e1a482ea394c9a4163394d2e5f0b
In Eshell, don't expand quoted tildes into a user's home directory

* lisp/eshell/em-dirs.el (eshell-parse-user-reference): Don't expand
quoted tildes.

* test/lisp/eshell/em-dirs-tests.el
(em-dirs-test/expand-user-reference/local)
(em-dirs-test/expand-user-reference/quoted): New tests.

(cherry picked from commit d2abe91d4bf68f20e4b1cd39f88ed98fd5731524)
lisp/eshell/em-dirs.el
test/lisp/eshell/em-dirs-tests.el