Variable: verilog-diff-function
verilog-diff-function is a variable defined in verilog-mode.el.gz.
Value
verilog-diff-report
Documentation
Function to run when verilog-diff-auto detects differences.
Function takes three arguments, the original buffer, the difference buffer, and the point in original buffer with the first difference.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defvar verilog-diff-function #'verilog-diff-report
"Function to run when `verilog-diff-auto' detects differences.
Function takes three arguments, the original buffer, the
difference buffer, and the point in original buffer with the
first difference.")