]> git.eshelyaron.com Git - emacs.git/commit
Fix PWD startup checking with symlinks
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Aug 2020 17:53:32 +0000 (10:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Aug 2020 20:27:56 +0000 (13:27 -0700)
commitff864be694247e5f6c8732afcbaeb1c0a8a8a124
treea025eec8edb6c272e08c070907acf9880e55caca
parentdfeb0593128006e4cd1e47d831bf00bde9867437
Fix PWD startup checking with symlinks

* lisp/startup.el (normal-top-level): Do not put "." after "/";
it’s not needed and with current file-name-as-directory it does
the wrong thing if PWD is a symlink.
lisp/startup.el