Function: diff-ignore-whitespace-hunk
diff-ignore-whitespace-hunk is an interactive and byte-compiled
function defined in diff-mode.el.gz.
Signature
(diff-ignore-whitespace-hunk)
Documentation
Re-diff the current hunk, ignoring whitespace differences.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/vc/diff-mode.el.gz
(defun diff-ignore-whitespace-hunk ()
"Re-diff the current hunk, ignoring whitespace differences."
(interactive)
(diff-refresh-hunk t))