summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/util.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-10-24 18:02:47 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-10-24 18:02:47 +0000
commit86f1602f648fb5cf78ced645f869b0d33703c7c5 (patch)
tree22f0d1353f26cdb753dbbe96e5ab8462202c23d4 /lisp/cedet/semantic/util.el
parent1cae01f7159d377f148e1d8aa631d5447217623e (diff)
downloademacs-86f1602f648fb5cf78ced645f869b0d33703c7c5.tar.gz
* 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.
Diffstat (limited to 'lisp/cedet/semantic/util.el')
-rw-r--r--lisp/cedet/semantic/util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/util.el b/lisp/cedet/semantic/util.el
index 974f915c834..6d3985e147b 100644
--- a/lisp/cedet/semantic/util.el
+++ b/lisp/cedet/semantic/util.el
@@ -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
;;