emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ediff-diff.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ediff-diff.el
Date: Tue, 11 Dec 2001 01:04:14 -0500

Index: emacs/lisp/ediff-diff.el
diff -c emacs/lisp/ediff-diff.el:1.32 emacs/lisp/ediff-diff.el:1.33
*** emacs/lisp/ediff-diff.el:1.32       Sun Dec  9 14:30:32 2001
--- emacs/lisp/ediff-diff.el    Tue Dec 11 01:04:14 2001
***************
*** 117,125 ****
    :group 'ediff-diff)
  
  (defcustom ediff-cmp-options nil
!   "*Options to pass to `ediff-cmp-program'.  If GNU diff is used as
! `ediff-cmp-program', then the most useful options are `-I' RE, to
! ignore changes whose lines all match RE."
    :type '(repeat string)
    :group 'ediff-diff)
  
--- 117,125 ----
    :group 'ediff-diff)
  
  (defcustom ediff-cmp-options nil
!   "*Options to pass to `ediff-cmp-program'.
! If GNU diff is used as `ediff-cmp-program', then the most useful options
! are `-I RE', to ignore changes whose lines all match the regexp RE."
    :type '(repeat string)
    :group 'ediff-diff)
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]