summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-09 14:26:40 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-09 14:26:40 +0000
commitfa203a7cc31f27a0634bf6f0e08e1f1a1d4f16f5 (patch)
tree627f2ed0e4cdde4d2fbe94a59c4075c2f14bc6b7 /lisp
parent1f5862cfd7c2ca712f79924921580160cc0fd04a (diff)
downloademacs-fa203a7cc31f27a0634bf6f0e08e1f1a1d4f16f5.tar.gz
emacs-fa203a7cc31f27a0634bf6f0e08e1f1a1d4f16f5.tar.bz2
emacs-fa203a7cc31f27a0634bf6f0e08e1f1a1d4f16f5.zip
Comment fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/diff.el1
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 @@
(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.")