]> git.eshelyaron.com Git - emacs.git/commit
Treat ‘.../emacs’ like ‘emacs’ in realpath startup
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Jul 2025 12:32:37 +0000 (05:32 -0700)
committerEshel Yaron <me@eshelyaron.com>
Fri, 25 Jul 2025 20:14:23 +0000 (22:14 +0200)
commit54d85f123e1a103f3e491cd8310d5d4c1b4f4b15
tree13fd266c864edc27a1a12809796a3a7f66b6b483
parentdb179c7aacb63a11271a5a0932734011a7edb5bb
Treat ‘.../emacs’ like ‘emacs’ in realpath startup

* src/emacs.c (find_emacs_executable): If the executable name
contains a slash, use the same optimization for symlink resolution
that we already use when the executable name has no slash.

(cherry picked from commit d59fe6dad5667720b296569d2f6fe1b84d42fd0a)
src/emacs.c