What is the last line in the following code snip from custom.el
supposed to mean?
(defun custom-theme-set-variables (theme &rest args)
"Initialize variables according to settings specified by args.
Records the settings as belonging to THEME.
See `custom-set-variables' for a description of the arguments ARGS."
(custom-check-theme theme)
(let ((immediate (get theme 'theme-immediate)))
(while args * etc/custom/example-themes/example-theme.el:
Show replies by date