Variable: semanticdb-save-database-functions

semanticdb-save-database-functions is a customizable variable defined in db-file.el.gz.

Value

nil

Documentation

Abnormal hook run after a database is saved.

Each function is called with one argument, the object representing the database recently written.

Probably introduced at or before Emacs version 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-file.el.gz
(defcustom semanticdb-save-database-functions 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)