Define missing type in semantic/db-find.el
* lisp/cedet/semantic/db-find.el (semanticdb-find-result-with-nil): New deftype.
This commit is contained in:
parent
3968b36ae0
commit
c57b50569c
1 changed files with 3 additions and 0 deletions
|
@ -928,6 +928,9 @@ but should be good enough for debugging assertions."
|
|||
(semanticdb-find-result-length result)
|
||||
(length result))))
|
||||
|
||||
(cl-deftype semanticdb-find-result-with-nil ()
|
||||
'(satisfies semanticdb-find-result-with-nil-p))
|
||||
|
||||
(defun semanticdb-find-result-with-nil-p (resultp)
|
||||
"Non-nil if RESULTP is in the form of a semanticdb search result.
|
||||
The value nil is valid where a TABLE usually is, but only if the TAG
|
||||
|
|
Loading…
Add table
Reference in a new issue