diff lisp/cedet/semantic/decorate/mode.el @ 104514:c65d65798b34

Fix last change to use semantic-varalias-obsolete.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 26 Sep 2009 18:03:54 +0000
parents a6a812dd2d88
children bbd7017a25d9
line wrap: on
line diff
--- a/lisp/cedet/semantic/decorate/mode.el	Sat Sep 26 17:47:11 2009 +0000
+++ b/lisp/cedet/semantic/decorate/mode.el	Sat Sep 26 18:03:54 2009 +0000
@@ -195,11 +195,10 @@
 ;; that the next idle step will do the decoration change, but at the
 ;; time of the state change, minimal work would be done.
 (defvar semantic-decorate-pending-decoration-hook nil
-  "Functions to call with pending decoration changes.")
+  "Normal hook run to perform pending decoration changes.")
 
-(define-obsolete-variable-alias
-  'semantic-decorate-pending-decoration-hooks
-  'semantic-decorate-pending-decoration-hook "23.2")
+(semantic-varalias-obsolete 'semantic-decorate-pending-decoration-hooks
+			    'semantic-decorate-pending-decoration-hook)
 
 (defun semantic-decorate-add-pending-decoration (fcn &optional buffer)
   "Add a pending decoration change represented by FCN.