diff lisp/packages/diff.el @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents 441bb1e64a06
children 131b0175ea99
line wrap: on
line diff
--- a/lisp/packages/diff.el	Mon Aug 13 08:52:30 2007 +0200
+++ b/lisp/packages/diff.el	Mon Aug 13 08:52:56 2007 +0200
@@ -2,7 +2,7 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;
 ;; File:         diff.el
-;; Version:      $Revision: 1.3 $
+;; Version:      $Revision: 1.4 $
 ;; Author:       This file is based on diff.el by
 ;;               sunpitt!wpmstr!fbresz@Sun.COM 1/27/89.
 ;;               It has been completely rewritten in July 1994 by
@@ -41,7 +41,7 @@
 
 ;; should be in to loaddefs.el now.
 ;;;###autoload
-(defvar diff-switches nil
+(defvar diff-switches "-c"
   "*A list of switches (strings) to pass to the diff program.")
 
 (defvar diff-do-narrow nil