emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fd83466 2/2: Make user-emacs-directory a variable


From: Paul Eggert
Subject: [Emacs-diffs] master fd83466 2/2: Make user-emacs-directory a variable
Date: Sat, 31 Aug 2019 21:18:03 -0400 (EDT)

branch: master
commit fd8346600c3872fa1dfdd1ce6522799ba40d0dc0
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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
---
 lisp/subr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index cf6fb10..0d7bffb 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]