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-mult.el


From: Michael Kifer
Subject: [Emacs-diffs] Changes to emacs/lisp/ediff-mult.el
Date: Sun, 18 May 2003 13:18:10 -0400

Index: emacs/lisp/ediff-mult.el
diff -c emacs/lisp/ediff-mult.el:1.31 emacs/lisp/ediff-mult.el:1.32
*** emacs/lisp/ediff-mult.el:1.31       Sun Nov 17 17:26:48 2002
--- emacs/lisp/ediff-mult.el    Sun May 18 13:18:09 2003
***************
*** 167,174 ****
  ;; buffer used to collect custom diffs from individual sessions in the group
  (ediff-defvar-local ediff-meta-diff-buffer nil "")
  
! ;; history var to use for filtering groups
  (defvar ediff-filtering-regexp-history nil "")
  
  ;; This has the form ((meta-buf regexp dir1 dir2 dir3 merge-auto-store-dir)
  ;; (ctl-buf session-status (file1 . eq-status) (file2 . eq-status) (file3
--- 167,180 ----
  ;; buffer used to collect custom diffs from individual sessions in the group
  (ediff-defvar-local ediff-meta-diff-buffer nil "")
  
! ;; history var to use for filtering groups of files
  (defvar ediff-filtering-regexp-history nil "")
+ 
+ (defcustom ediff-default-filtering-regexp nil
+   "The default regular expression used as a filename filter in multifile 
comparisons.
+ Should be a sexp. For instance (car ediff-filtering-regexp-history) or nil."
+   :type 'sexp
+   :group 'ediff-mult)
  
  ;; This has the form ((meta-buf regexp dir1 dir2 dir3 merge-auto-store-dir)
  ;; (ctl-buf session-status (file1 . eq-status) (file2 . eq-status) (file3




reply via email to

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