diff lisp/cedet/semantic/util.el @ 105750:a81c63f1a19f

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 24 Oct 2009 18:02:47 +0000
parents 7f4c7f5c0eba
children d0906291f75b
line wrap: on
line diff
--- a/lisp/cedet/semantic/util.el	Sat Oct 24 16:45:25 2009 +0000
+++ b/lisp/cedet/semantic/util.el	Sat Oct 24 18:02:47 2009 +0000
@@ -174,7 +174,7 @@
 	(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
 ;;