diff options
| -rw-r--r-- | lisp/diff.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/diff.el b/lisp/diff.el index c4a83115b2c..0c474672b70 100644 --- a/lisp/diff.el +++ b/lisp/diff.el | |||
| @@ -30,6 +30,7 @@ | |||
| 30 | 30 | ||
| 31 | (require 'compile) | 31 | (require 'compile) |
| 32 | 32 | ||
| 33 | ;;; This is duplicated in vc.el. | ||
| 33 | (defvar diff-switches "-c" | 34 | (defvar diff-switches "-c" |
| 34 | "*A string or list of strings specifying switches to be be passed to diff.") | 35 | "*A string or list of strings specifying switches to be be passed to diff.") |
| 35 | 36 | ||