summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-util.el
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2021-12-12 21:40:17 +0800
committerPo Lu <luangruo@yahoo.com>2021-12-12 21:40:17 +0800
commit2de147e93c69a3ae2c74b5264ab5c6e46598ac31 (patch)
tree90d45568a83b72f66e2246b1de64818f9e6d4a90 /lisp/eshell/esh-util.el
parent87cdc6369acc7ae8537d9156e8231821e3378c9a (diff)
parent0ee1a46e6c7fa159584a9c04f5ab9bf694d6de3b (diff)
downloademacs-2de147e93c69a3ae2c74b5264ab5c6e46598ac31.tar.gz
emacs-2de147e93c69a3ae2c74b5264ab5c6e46598ac31.tar.bz2
emacs-2de147e93c69a3ae2c74b5264ab5c6e46598ac31.zip
Merge remote-tracking branch 'origin/master' into feature/pgtk
Diffstat (limited to 'lisp/eshell/esh-util.el')
-rw-r--r--lisp/eshell/esh-util.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el
index 72de6b13e2e..0eef45e0efb 100644
--- a/lisp/eshell/esh-util.el
+++ b/lisp/eshell/esh-util.el
@@ -63,11 +63,11 @@ has no effect."
Setting this to nil is offered as an aid to debugging only."
:type 'boolean)
-(defcustom eshell-private-file-modes 384 ; umask 177
+(defcustom eshell-private-file-modes #o600 ; umask 177
"The file-modes value to use for creating \"private\" files."
:type 'integer)
-(defcustom eshell-private-directory-modes 448 ; umask 077
+(defcustom eshell-private-directory-modes #o700 ; umask 077
"The file-modes value to use for creating \"private\" directories."
:type 'integer)