aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cus-edit.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 5e398d46ccf..b90892fdd29 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -4126,6 +4126,9 @@ if only the first line of the docstring is shown."))
4126 (setq user-init-file default-init-file)) 4126 (setq user-init-file default-init-file))
4127 user-init-file)))) 4127 user-init-file))))
4128 4128
4129;; If recentf-mode is non-nil, this is defined.
4130(declare-function recentf-expand-file-name "recentf" (name))
4131
4129;;;###autoload 4132;;;###autoload
4130(defun custom-save-all () 4133(defun custom-save-all ()
4131 "Save all customizations in `custom-file'." 4134 "Save all customizations in `custom-file'."