From: Chong Yidong Date: Sat, 26 Sep 2009 18:09:29 +0000 (+0000) Subject: * cedet/semantic/db-file.el (semanticdb-save-database-hooks): Revert X-Git-Tag: emacs-pretest-23.1.90~1091^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57f4d2f89c3891006aaeee25a300d3226692372f;p=emacs.git * cedet/semantic/db-file.el (semanticdb-save-database-hooks): Revert last change, as this is an abnormal hook. --- 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) ?/)