verilog-auto-insert-last

verilog-auto-insert-last is a compiled Lisp function in `verilog-mode.el'.

(verilog-auto-insert-last)

Expand AUTOINSERTLAST statements, as part of M-x verilog-auto.
The Lisp code provided is called after all other AUTOS have been
expanded, and the Lisp code generally will call `insert` to
insert text into the current file beginning on the line after the
AUTOINSERTLAST.

Other than when called (after AUTOs are expanded), the functionality
is otherwise identical to AUTOINSERTLISP and `verilog-auto-insert-lisp' which
executes before (as opposed to after) other AUTOs.

See `verilog-auto-insert-lisp' for examples.