From fd8346600c3872fa1dfdd1ce6522799ba40d0dc0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 31 Aug 2019 18:17:20 -0700 Subject: [PATCH 2/2] Make user-emacs-directory a variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index cf6fb108e9..0d7bffb35f 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -2937,7 +2937,7 @@ temp-buffer-setup-hook 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. -- 2.17.1