summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-09-26 18:03:54 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-09-26 18:03:54 +0000
commitf8b00216a31c843947e8f5c8be0c22f09f2b8722 (patch)
treef936ac12e1991967781f6f6485f8896c2f613781 /lisp/cedet/semantic.el
parentdb1ba5ea16f9b9d8c23b0b5b90be7a124c1a00ee (diff)
downloademacs-f8b00216a31c843947e8f5c8be0c22f09f2b8722.tar.gz
Fix last change to use semantic-varalias-obsolete.
Diffstat (limited to 'lisp/cedet/semantic.el')
-rw-r--r--lisp/cedet/semantic.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/cedet/semantic.el b/lisp/cedet/semantic.el
index 1ab342f7676..9848d5d7965 100644
--- a/lisp/cedet/semantic.el
+++ b/lisp/cedet/semantic.el
@@ -269,12 +269,12 @@ This hook is for database functions which intend to swap in a tag table.
This guarantees that the DB will go before other modes that require
a parse of the buffer.")
-(define-obsolete-variable-alias 'semantic-init-hooks
- 'semantic-init-hook "23.2")
-(define-obsolete-variable-alias 'semantic-init-mode-hooks
- 'semantic-init-mode-hook "23.2")
-(define-obsolete-variable-alias 'semantic-init-db-hooks
- 'semantic-init-db-hook "23.2")
+(semantic-varalias-obsolete 'semantic-init-hooks
+ 'semantic-init-hook)
+(semantic-varalias-obsolete 'semantic-init-mode-hooks
+ 'semantic-init-mode-hook)
+(semantic-varalias-obsolete 'semantic-init-db-hooks
+ 'semantic-init-db-hook)
(defvar semantic-new-buffer-fcn-was-run nil
"Non nil after `semantic-new-buffer-fcn' has been executed.")