Function: bubbles-save-settings
bubbles-save-settings is an interactive and byte-compiled function
defined in bubbles.el.gz.
Signature
(bubbles-save-settings)
Documentation
Save current customization settings.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defun bubbles-save-settings ()
"Save current customization settings."
(interactive)
(custom-set-variables
(list 'bubbles-game-theme `(quote ,bubbles-game-theme) t)
(list 'bubbles-graphics-theme `(quote ,bubbles-graphics-theme) t))
(customize-save-customized))