mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
* cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN argument to make-obsolete. * cedet/semantic/fw.el (semantic-alias-obsolete) (semantic-varalias-obsolete): Add optional WHEN argument.
This commit is contained in:
parent
1cae01f715
commit
86f1602f64
4 changed files with 15 additions and 6 deletions
|
|
@ -174,7 +174,7 @@ THIS ISN'T USED IN SEMANTIC. DELETE ME SOON."
|
|||
(setq includelist (cdr includelist)))
|
||||
found)))
|
||||
(make-obsolete 'semantic-recursive-find-nonterminal-by-name
|
||||
"Do not use this function.")
|
||||
"Do not use this function." "23.2")
|
||||
|
||||
;;; Completion APIs
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue