aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/recentf.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/recentf.el')
-rw-r--r--lisp/recentf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/recentf.el b/lisp/recentf.el
index 2b1d22bb907..4f0573911b9 100644
--- a/lisp/recentf.el
+++ b/lisp/recentf.el
@@ -82,7 +82,7 @@ See the command `recentf-save-list'."
82 recentf-mode 82 recentf-mode
83 (recentf-load-list))))) 83 (recentf-load-list)))))
84 84
85(defcustom recentf-save-file-modes 384 ;; 0600 85(defcustom recentf-save-file-modes #o600
86 "Mode bits of recentf save file, as an integer, or nil. 86 "Mode bits of recentf save file, as an integer, or nil.
87If non-nil, after writing `recentf-save-file', set its mode bits to 87If non-nil, after writing `recentf-save-file', set its mode bits to
88this value. By default give R/W access only to the user who owns that 88this value. By default give R/W access only to the user who owns that