Function: senator-unfold-tag
senator-unfold-tag is an interactive and byte-compiled function
defined in senator.el.gz.
Signature
(senator-unfold-tag &optional TAG)
Documentation
Fold the current TAG.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/senator.el.gz
(defun senator-unfold-tag (&optional tag)
"Fold the current TAG."
(interactive)
(semantic-set-tag-folded (or tag (semantic-current-tag)) nil))