]> git.eshelyaron.com Git - emacs.git/commitdiff
* cedet/semantic/db-file.el (semanticdb-save-database-hooks): Revert
authorChong Yidong <cyd@stupidchicken.com>
Sat, 26 Sep 2009 18:09:29 +0000 (18:09 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 26 Sep 2009 18:09:29 +0000 (18:09 +0000)
last change, as this is an abnormal hook.

lisp/cedet/semantic/db-file.el

index 85f84167c06f8b1d46e5e5dbb355c22052d1cedd..2ba2b44461ffd100433ed546ffb4de085d8171da 100644 (file)
@@ -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)
                                  ?/)