emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5999dc1cd9: Comment fixes for recent icon code


From: Lars Ingebrigtsen
Subject: master 5999dc1cd9: Comment fixes for recent icon code
Date: Thu, 28 Jul 2022 11:50:11 -0400 (EDT)

branch: master
commit 5999dc1cd925ddf8af0b893432124af7904a6918
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Comment fixes for recent icon code
    
    * lisp/cus-edit.el (custom-icon-state): Add comment.
    
    * lisp/emacs-lisp/icons.el: Remove comment.
---
 lisp/cus-edit.el         | 2 ++
 lisp/emacs-lisp/icons.el | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 9b0d2a10f6..1012d08ab5 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',
diff --git a/lisp/emacs-lisp/icons.el b/lisp/emacs-lisp/icons.el
index 74ce0476a2..00784c4d95 100644
--- a/lisp/emacs-lisp/icons.el
+++ b/lisp/emacs-lisp/icons.el
@@ -22,8 +22,6 @@
 
 ;;; Commentary:
 
-;; Todo: describe-icon
-
 ;;; Code:
 
 (require 'cl-lib)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]