aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2019-08-31 18:17:20 -0700
committerPaul Eggert2019-08-31 18:17:57 -0700
commitfd8346600c3872fa1dfdd1ce6522799ba40d0dc0 (patch)
treeab048e08bccd66ac506c480d80ced2de55898684
parent72ab46fefcc8fa2b20204eaa79e1d750e56d8ccf (diff)
downloademacs-fd8346600c3872fa1dfdd1ce6522799ba40d0dc0.tar.gz
emacs-fd8346600c3872fa1dfdd1ce6522799ba40d0dc0.zip
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
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
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.
2937This hook is normally set up with a function to put the buffer in Help 2937This hook is normally set up with a function to put the buffer in Help
2938mode.") 2938mode.")
2939 2939
2940(defconst user-emacs-directory 2940(defvar user-emacs-directory
2941 ;; The value does not matter since Emacs sets this at startup. 2941 ;; The value does not matter since Emacs sets this at startup.
2942 nil 2942 nil
2943 "Directory beneath which additional per-user Emacs-specific files are placed. 2943 "Directory beneath which additional per-user Emacs-specific files are placed.