]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment fixes for recent icon code
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 28 Jul 2022 15:49:57 +0000 (17:49 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 28 Jul 2022 15:49:57 +0000 (17:49 +0200)
* lisp/cus-edit.el (custom-icon-state): Add comment.

* lisp/emacs-lisp/icons.el: Remove comment.

lisp/cus-edit.el
lisp/emacs-lisp/icons.el

index 9b0d2a10f6bc00589f46d815b2e08966609106b3..1012d08ab515d4374f3d474271c9011b128a9ce0 100644 (file)
@@ -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',
index 74ce0476a27363dd2383468e6d398857f1520590..00784c4d95df03000f59adf1f4b03638d486df5c 100644 (file)
@@ -22,8 +22,6 @@
 
 ;;; Commentary:
 
-;; Todo: describe-icon
-
 ;;; Code:
 
 (require 'cl-lib)