comparison 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
comparison
equal deleted inserted replaced
31:b9328a10c56c 32:e04119814345
1 ;; -*-Emacs-Lisp-*- 1 ;; -*-Emacs-Lisp-*-
2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3 ;; 3 ;;
4 ;; File: diff.el 4 ;; File: diff.el
5 ;; Version: $Revision: 1.3 $ 5 ;; Version: $Revision: 1.4 $
6 ;; Author: This file is based on diff.el by 6 ;; Author: This file is based on diff.el by
7 ;; sunpitt!wpmstr!fbresz@Sun.COM 1/27/89. 7 ;; sunpitt!wpmstr!fbresz@Sun.COM 1/27/89.
8 ;; It has been completely rewritten in July 1994 by 8 ;; It has been completely rewritten in July 1994 by
9 ;; Sandy Rutherford <sandy@ibm550.sissa.it> 9 ;; Sandy Rutherford <sandy@ibm550.sissa.it>
10 ;; RCS: 10 ;; RCS:
39 39
40 ;;; User Variables 40 ;;; User Variables
41 41
42 ;; should be in to loaddefs.el now. 42 ;; should be in to loaddefs.el now.
43 ;;;###autoload 43 ;;;###autoload
44 (defvar diff-switches nil 44 (defvar diff-switches "-c"
45 "*A list of switches (strings) to pass to the diff program.") 45 "*A list of switches (strings) to pass to the diff program.")
46 46
47 (defvar diff-do-narrow nil 47 (defvar diff-do-narrow nil
48 "*If non-nil diff buffers are initialized narrowed to each difference.") 48 "*If non-nil diff buffers are initialized narrowed to each difference.")
49 49