Function: ede-apply-target-options

ede-apply-target-options is a byte-compiled function defined in ede.el.gz.

Signature

(ede-apply-target-options)

Documentation

Apply options to the current buffer for the active project/target.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
;;; Mode Declarations
;;

(defun ede-apply-target-options ()
  "Apply options to the current buffer for the active project/target."
  (ede-apply-project-local-variables)
  ;; Apply keymaps and preprocessor symbols.
  (ede-apply-object-keymap)
  (ede-apply-preprocessor-map)
  )