mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/cedet/semantic/tag.el (semantic-tag): New type
This commit is contained in:
parent
42322257ba
commit
dd3e13469d
1 changed files with 3 additions and 0 deletions
|
|
@ -349,6 +349,9 @@ If TAG is unlinked, but has a :filename property, then that is used."
|
|||
;; If an error occurs, then it most certainly is not a tag.
|
||||
(error nil)))
|
||||
|
||||
;; Used in `semantic-utest-ia.el'.
|
||||
(cl-deftype semantic-tag () `(satisfies semantic-tag-p))
|
||||
|
||||
(defsubst semantic-tag-of-class-p (tag class)
|
||||
"Return non-nil if class of TAG is CLASS."
|
||||
(eq (semantic-tag-class tag) class))
|
||||
|
|
|
|||
Loading…
Reference in a new issue