changeset 104515:fc482eb30cf7

* cedet/semantic/db-file.el (semanticdb-save-database-hooks): Revert last change, as this is an abnormal hook.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 26 Sep 2009 18:09:29 +0000
parents c65d65798b34
children cd549f5a486b
files lisp/cedet/semantic/db-file.el
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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)
 				  ?/)