diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-09-26 18:03:54 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-09-26 18:03:54 +0000 |
commit | 1ac9ebc8590c7de5ccd854f6d20bdcc1fe6e296b (patch) | |
tree | 1bd1e302b3afe1afc9b0db626526104aacba35db /lisp/cedet/semantic/db-file.el | |
parent | 29e1a603c0d7fa1e4e2c116cbaab90d0401f898b (diff) | |
download | emacs-1ac9ebc8590c7de5ccd854f6d20bdcc1fe6e296b.tar.gz |
Fix last change to use semantic-varalias-obsolete.
Diffstat (limited to 'lisp/cedet/semantic/db-file.el')
-rw-r--r-- | lisp/cedet/semantic/db-file.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/cedet/semantic/db-file.el b/lisp/cedet/semantic/db-file.el index 3873d0abcab..85f84167c06 100644 --- a/lisp/cedet/semantic/db-file.el +++ b/lisp/cedet/semantic/db-file.el @@ -69,15 +69,14 @@ passes a list of predicates in `semanticdb-project-predicate-functions'." :type nil) (defcustom semanticdb-save-database-hook nil - "Normal hook run after a database is saved. + "Hook run after a database is saved. Each function is called with one argument, the object representing the database recently written." :group 'semanticdb :type 'hook) -(define-obsolete-variable-alias - 'semanticdb-save-database-hooks - 'semanticdb-save-database-hook "23.2") +(semantic-varalias-obsolete 'semanticdb-save-database-hooks + 'semanticdb-save-database-hook) (defvar semanticdb-dir-sep-char (if (boundp 'directory-sep-char) (symbol-value 'directory-sep-char) |