# HG changeset patch # User Chong Yidong # Date 1253988569 0 # Node ID fc482eb30cf76a6e29b2ddc6f9ed18af99ef369b # Parent c65d65798b34022db3288122a10d809ab2752e41 * cedet/semantic/db-file.el (semanticdb-save-database-hooks): Revert last change, as this is an abnormal hook. diff -r c65d65798b34 -r fc482eb30cf7 lisp/cedet/semantic/db-file.el --- a/lisp/cedet/semantic/db-file.el Sat Sep 26 18:03:54 2009 +0000 +++ b/lisp/cedet/semantic/db-file.el Sat Sep 26 18:09:29 2009 +0000 @@ -68,16 +68,13 @@ :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) ?/)