Mercurial > hg > xemacs-beta
diff lisp/packages/diff.el @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | cf808b4c4290 |
children | cca96a509cfe |
line wrap: on
line diff
--- a/lisp/packages/diff.el Mon Aug 13 09:18:41 2007 +0200 +++ b/lisp/packages/diff.el Mon Aug 13 09:19:45 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