diff options
author | Glenn Morris <rgm@gnu.org> | 2007-11-19 00:08:23 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-11-19 00:08:23 +0000 |
commit | b581d2ea49dcee6b92b264bca07dbec64faaa550 (patch) | |
tree | 9308c9dda1c8d229e295b3e174742b3178fd281d /lisp/cus-edit.el | |
parent | 5c4fa70fdc6673ddb6798b93ba0816967b40f80c (diff) | |
download | emacs-b581d2ea49dcee6b92b264bca07dbec64faaa550.tar.gz |
(recentf-expand-file-name): Declare as function.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 3 |
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.")) (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'." |