Per Abrahamsen <abraham(a)dina.kvl.dk> writes:
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:
Jan has the finaly say, but to me it looks like accidentally pasted
garbage. Apparently the last line should say `(while args'.