comparison lisp/diff.el @ 18150:960597385f1c

(diff-command): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 06 Jun 1997 18:21:19 +0000
parents 3584a8182767
children 5acb1a85cb5d
comparison
equal deleted inserted replaced
18149:2fec7f622b82 18150:960597385f1c
43 :group 'diff) 43 :group 'diff)
44 44
45 ;;;###autoload 45 ;;;###autoload
46 (defcustom diff-command "diff" 46 (defcustom diff-command "diff"
47 "*The command to use to run diff." 47 "*The command to use to run diff."
48 :type string 48 :type 'string
49 :group 'diff) 49 :group 'diff)
50 50
51 (defvar diff-regexp-alist 51 (defvar diff-regexp-alist
52 '( 52 '(
53 ;; -u format: @@ -OLDSTART,OLDEND +NEWSTART,NEWEND @@ 53 ;; -u format: @@ -OLDSTART,OLDEND +NEWSTART,NEWEND @@