diff options
Diffstat (limited to 'lisp/custom.el')
-rw-r--r-- | lisp/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index bbbe70c5ea8..5ece5047a86 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -910,7 +910,7 @@ symbol `set', then VALUE is the value to use. If it is the symbol `reset', then SYMBOL will be removed from THEME (VALUE is ignored). See `custom-known-themes' for a list of known themes." - (unless (memq prop '(theme-value theme-face)) + (unless (memq prop '(theme-value theme-face theme-icon)) (error "Unknown theme property")) (let* ((old (get symbol prop)) (setting (assq theme old)) ; '(theme value) |