# HG changeset patch # User Richard M. Stallman # Date 736957600 0 # Node ID af74345861a93f8cff382538651f0ac8ce4ddb82 # Parent 8ea617fb9603a8e01916e84d84f3fe6b5cab76a3 Comment fix. diff -r 8ea617fb9603 -r af74345861a9 lisp/diff.el --- a/lisp/diff.el Sun May 09 04:27:47 1993 +0000 +++ b/lisp/diff.el Sun May 09 14:26:40 1993 +0000 @@ -30,6 +30,7 @@ (require 'compile) +;;; This is duplicated in vc.el. (defvar diff-switches "-c" "*A string or list of strings specifying switches to be be passed to diff.")