diff lisp/cedet/semantic/db-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 fbd55cc47b77
line wrap: on
line diff
--- a/lisp/cedet/semantic/db-mode.el	Sat Sep 26 17:47:11 2009 +0000
+++ b/lisp/cedet/semantic/db-mode.el	Sat Sep 26 18:03:54 2009 +0000
@@ -48,15 +48,14 @@
          (custom-set-default sym val)))
 
 (defcustom semanticdb-mode-hook nil
-  "Normal hook run whenever `global-semanticdb-minor-mode' is run.
+  "Hook run whenever `global-semanticdb-minor-mode' is run.
 Use `semanticdb-minor-mode-p' to determine if the mode has been turned
 on or off."
   :group 'semanticdb
   :type 'hook)
 
-(define-obsolete-variable-alias
-  'semanticdb-mode-hooks
-  'semanticdb-mode-hook "23.2")
+(semantic-varalias-obsolete 'semanticdb-mode-hooks
+			    'semanticdb-mode-hook)
 
 ;;; Start/Stop database use
 ;;