comparison lisp/cedet/semantic/db-file.el @ 104514:c65d65798b34

Fix last change to use semantic-varalias-obsolete.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 26 Sep 2009 18:03:54 +0000
parents a6a812dd2d88
children fc482eb30cf7
comparison
equal deleted inserted replaced
104513:a6a812dd2d88 104514:c65d65798b34
67 passes a list of predicates in `semanticdb-project-predicate-functions'." 67 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-hook nil
72 "Normal hook run after a database is saved. 72 "Hook run after a database is saved.
73 Each function is called with one argument, the object representing 73 Each function is called with one argument, the object representing
74 the database recently written." 74 the database recently written."
75 :group 'semanticdb 75 :group 'semanticdb
76 :type 'hook) 76 :type 'hook)
77 77
78 (define-obsolete-variable-alias 78 (semantic-varalias-obsolete 'semanticdb-save-database-hooks
79 'semanticdb-save-database-hooks 79 'semanticdb-save-database-hook)
80 'semanticdb-save-database-hook "23.2")
81 80
82 (defvar semanticdb-dir-sep-char (if (boundp 'directory-sep-char) 81 (defvar semanticdb-dir-sep-char (if (boundp 'directory-sep-char)
83 (symbol-value 'directory-sep-char) 82 (symbol-value 'directory-sep-char)
84 ?/) 83 ?/)
85 "Character used for directory separation. 84 "Character used for directory separation.