From: Paul Eggert Date: Sun, 1 Sep 2019 01:17:20 +0000 (-0700) Subject: Make user-emacs-directory a variable X-Git-Tag: emacs-27.0.90~1553^2~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd8346600c3872fa1dfdd1ce6522799ba40d0dc0;p=emacs.git Make user-emacs-directory a variable This is in response to Eli’s review here: https://lists.gnu.org/r/emacs-devel/2019-07/msg00712.html * lisp/subr.el (user-emacs-directory): defvar, not defconst --- diff --git a/lisp/subr.el b/lisp/subr.el index cf6fb108e9c..0d7bffb35f3 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -2937,7 +2937,7 @@ When the hook runs, the temporary buffer is current. This hook is normally set up with a function to put the buffer in Help mode.") -(defconst user-emacs-directory +(defvar user-emacs-directory ;; The value does not matter since Emacs sets this at startup. nil "Directory beneath which additional per-user Emacs-specific files are placed.