mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(recentf-expand-file-name): Declare as function.
This commit is contained in:
parent
5c4fa70fdc
commit
b581d2ea49
1 changed files with 3 additions and 0 deletions
|
|
@ -4126,6 +4126,9 @@ if only the first line of the docstring is shown."))
|
|||
(setq user-init-file default-init-file))
|
||||
user-init-file))))
|
||||
|
||||
;; If recentf-mode is non-nil, this is defined.
|
||||
(declare-function recentf-expand-file-name "recentf" (name))
|
||||
|
||||
;;;###autoload
|
||||
(defun custom-save-all ()
|
||||
"Save all customizations in `custom-file'."
|
||||
|
|
|
|||
Loading…
Reference in a new issue