Function: ede-commit-local-variables

ede-commit-local-variables is a byte-compiled function defined in ede.el.gz.

Signature

(ede-commit-local-variables ARG &rest ARGS)

Implementations

(ede-commit-local-variables (PROJ ede-proj-project)) in `ede/proj.el'.

Commit change to local variables in PROJ.

(ede-commit-local-variables (PROJ ede-project)) in `ede.el'.

Commit change to local variables in PROJ.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(cl-defmethod ede-commit-local-variables ((_proj ede-project))
  "Commit change to local variables in PROJ."
  nil)