1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

* lisp/cedet/semantic/db-file.el (semanticdb-persistent-path):

Fix :type.
This commit is contained in:
Glenn Morris 2016-01-28 17:13:38 -05:00
parent 9be8a2fb41
commit af5cff969e

View File

@ -67,7 +67,8 @@ disable any saving anywhere, `always', which enables saving
everywhere, or `project', which enables saving in any directory that
passes a list of predicates in `semanticdb-project-predicate-functions'."
:group 'semanticdb
:type nil)
:type '(repeat (choice (string :tag "Directory") (const never) (const always)
(const project))))
(define-obsolete-variable-alias 'semanticdb-save-database-hooks
'semanticdb-save-database-functions "24.3")