[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#23050: package.el overwrites symlinks when saving "(package-initiali
From: |
Glenn Morris |
Subject: |
bug#23050: package.el overwrites symlinks when saving "(package-initialize)" |
Date: |
Fri, 18 Mar 2016 22:05:28 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Jackson Hamilton wrote:
> When I create a symlink in my ~/.emacs.d directory to my init.el file at
> some other location, and the init file does not have "(package-initialize)"
> inside it, then when package.el adds the "(package-initialize)" line to my
> init file on startup, instead of updating the original file, it seems to
> make a copy of the symlinked file in the ~/.emacs.d directory.
I see the relevant code binds file-precious-flag, so this is
http://debbugs.gnu.org/18125 .