diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-07-28 17:49:57 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-07-28 17:49:57 +0200 |
commit | 5999dc1cd925ddf8af0b893432124af7904a6918 (patch) | |
tree | c1c055f0d8f12963b69338dc09cb6ae6ef14f146 /lisp/cus-edit.el | |
parent | 41b63f7bed2eb9b186a3866e3a5c90d4846b8fce (diff) | |
download | emacs-5999dc1cd925ddf8af0b893432124af7904a6918.tar.gz emacs-5999dc1cd925ddf8af0b893432124af7904a6918.tar.bz2 emacs-5999dc1cd925ddf8af0b893432124af7904a6918.zip |
Comment fixes for recent icon code
* lisp/cus-edit.el (custom-icon-state): Add comment.
* lisp/emacs-lisp/icons.el: Remove comment.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 9b0d2a10f6b..1012d08ab51 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -5520,6 +5520,8 @@ changes." (or state (custom-icon-state (widget-value widget) value))))) +;;; FIXME -- more work is needed here. We don't properly +;;; differentiate between `saved' and `set'. (defun custom-icon-state (symbol value) "Return the state of customize icon SYMBOL for VALUE. Possible return values are `standard', `saved', `set', `themed', |