aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-09-26 18:09:29 +0000
committerChong Yidong2009-09-26 18:09:29 +0000
commit57f4d2f89c3891006aaeee25a300d3226692372f (patch)
treeeb606963a6a62aea65b8e0ff3906fcdb19317df6
parent1ac9ebc8590c7de5ccd854f6d20bdcc1fe6e296b (diff)
downloademacs-57f4d2f89c3891006aaeee25a300d3226692372f.tar.gz
emacs-57f4d2f89c3891006aaeee25a300d3226692372f.zip
* cedet/semantic/db-file.el (semanticdb-save-database-hooks): Revert
last change, as this is an abnormal hook.
-rw-r--r--lisp/cedet/semantic/db-file.el7
1 files 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'."
68 :group 'semanticdb 68 :group 'semanticdb
69 :type nil) 69 :type nil)
70 70
71(defcustom semanticdb-save-database-hook nil 71(defcustom semanticdb-save-database-hooks nil
72 "Hook run after a database is saved. 72 "Abnormal hook run after a database is saved.
73Each function is called with one argument, the object representing 73Each function is called with one argument, the object representing
74the database recently written." 74the database recently written."
75 :group 'semanticdb 75 :group 'semanticdb
76 :type 'hook) 76 :type 'hook)
77 77
78(semantic-varalias-obsolete 'semanticdb-save-database-hooks
79 'semanticdb-save-database-hook)
80
81(defvar semanticdb-dir-sep-char (if (boundp 'directory-sep-char) 78(defvar semanticdb-dir-sep-char (if (boundp 'directory-sep-char)
82 (symbol-value 'directory-sep-char) 79 (symbol-value 'directory-sep-char)
83 ?/) 80 ?/)