Function: custom-comment-invisible-p

custom-comment-invisible-p is a byte-compiled function defined in cus-edit.el.gz.

Signature

(custom-comment-invisible-p WIDGET)

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defun custom-comment-invisible-p (widget)
  (let ((val (widget-value (widget-get widget :comment-widget))))
    (and (equal "" val)
	 (not (widget-get widget :comment-shown)))))