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:
parent
bfb83e643f
commit
370f07046b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue