From 57f4d2f89c3891006aaeee25a300d3226692372f Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 26 Sep 2009 18:09:29 +0000 Subject: [PATCH] * cedet/semantic/db-file.el (semanticdb-save-database-hooks): Revert last change, as this is an abnormal hook. --- lisp/cedet/semantic/db-file.el | 7 ++----- 1 file 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) ?/) -- 2.39.5