diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-09-26 18:09:29 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-09-26 18:09:29 +0000 |
commit | 57f4d2f89c3891006aaeee25a300d3226692372f (patch) | |
tree | eb606963a6a62aea65b8e0ff3906fcdb19317df6 /lisp/cedet | |
parent | 1ac9ebc8590c7de5ccd854f6d20bdcc1fe6e296b (diff) | |
download | emacs-57f4d2f89c3891006aaeee25a300d3226692372f.tar.gz |
* cedet/semantic/db-file.el (semanticdb-save-database-hooks): Revert
last change, as this is an abnormal hook.
Diffstat (limited to 'lisp/cedet')
-rw-r--r-- | lisp/cedet/semantic/db-file.el | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lisp/cedet/semantic/db-file.el b/lisp/cedet/semantic/db-file.el index 85f84167c06..2ba2b44461f 100644 --- a/lisp/cedet/semantic/db-file.el +++ b/lisp/cedet/semantic/db-file.el @@ -68,16 +68,13 @@ passes a list of predicates in `semanticdb-project-predicate-functions'." :group 'semanticdb :type nil) -(defcustom semanticdb-save-database-hook nil - "Hook run after a database is saved. +(defcustom semanticdb-save-database-hooks nil + "Abnormal 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) -(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) ?/) |