mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Comment fixes for recent icon code
* lisp/cus-edit.el (custom-icon-state): Add comment. * lisp/emacs-lisp/icons.el: Remove comment.
This commit is contained in:
parent
41b63f7bed
commit
5999dc1cd9
@ -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',
|
||||
|
@ -22,8 +22,6 @@
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Todo: describe-icon
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'cl-lib)
|
||||
|
Loading…
Reference in New Issue
Block a user