Function: cedet-cscope-create/update-database

cedet-cscope-create/update-database is an interactive and byte-compiled function defined in cedet-cscope.el.gz.

Signature

(cedet-cscope-create/update-database &optional DIR)

Documentation

Create a CScope database in DIR.

CScope will automatically choose incremental rebuild if there is already a database in DIR.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/cedet-cscope.el.gz
(defun cedet-cscope-create/update-database (&optional dir)
  "Create a CScope database in DIR.
CScope will automatically choose incremental rebuild if
there is already a database in DIR."
  (interactive "DDirectory: ")
  (let ((default-directory dir))
    (cedet-cscope-create nil)))