Variable: vhdl-compile-absolute-path

vhdl-compile-absolute-path is a variable defined in vhdl-mode.el.gz.

Value

nil

Documentation

If non-nil, use absolute instead of relative path for compiled files.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Hidden user variables

(defvar vhdl-compile-absolute-path nil
  "If non-nil, use absolute instead of relative path for compiled files.")