Function: rsf-custom-save-all

rsf-custom-save-all is an interactive and byte-compiled function defined in rmail-spam-filter.el.gz.

Signature

(rsf-custom-save-all)

Documentation

Interactive version of custom-save-all.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail-spam-filter.el.gz
(defun rsf-custom-save-all ()
  "Interactive version of `custom-save-all'."
  (interactive)
  (custom-save-all))