Add cl-def* forms to bovine/el.el

* lisp/cedet/semantic/bovine/el.el (lambda): Add the cl-def*
variations to allow semantic to find the definitions (bug#17005).
This commit is contained in:
Lars Ingebrigtsen 2019-08-14 18:03:41 -07:00
parent bfb83e643f
commit 370f07046b

View file

@ -248,6 +248,10 @@ Return a bovination list to use."
defun*
defsubst
defmacro
cl-defun
cl-defun*
cl-defsubst
cl-defmacro
define-overload ;; @todo - remove after cleaning up semantic.
define-overloadable-function
)