comparison lisp/cus-edit.el @ 86219:16c8cf994132

(recentf-expand-file-name): Declare as function.
author Glenn Morris <rgm@gnu.org>
date Mon, 19 Nov 2007 00:08:23 +0000
parents c717580e7817
children 74f276f67957
comparison
equal deleted inserted replaced
86218:2d68ac2d165c 86219:16c8cf994132
4124 ;; settings there would overwrite other settings. 4124 ;; settings there would overwrite other settings.
4125 (error "Saving settings from \"emacs -q\" would overwrite existing customizations")) 4125 (error "Saving settings from \"emacs -q\" would overwrite existing customizations"))
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'."
4132 (when (and (null custom-file) init-file-had-error) 4135 (when (and (null custom-file) init-file-had-error)
4133 (error "Cannot save customizations; init file was not fully loaded")) 4136 (error "Cannot save customizations; init file was not fully loaded"))