Function: vhdl-compile-print-file-name

vhdl-compile-print-file-name is a byte-compiled function defined in vhdl-mode.el.gz.

Signature

(vhdl-compile-print-file-name)

Documentation

Function called within compile to print out file name for compilers that do not print any file names.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-compile-print-file-name ()
  "Function called within `compile' to print out file name for compilers that
do not print any file names."
  (insert "Compiling \"" vhdl-compile-file-name "\"\n"))