From 89aa4b2297fba1c22f1c2d95b3b8715d810ae0a8 Mon Sep 17 00:00:00 2001 From: Michael Kifer Date: Sat, 14 Oct 1995 03:14:11 +0000 Subject: Moved defsubsts up. --- lisp/ediff-diff.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lisp/ediff-diff.el') diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el index b326d68ed5c..20a0d9f5ef7 100644 --- a/lisp/ediff-diff.el +++ b/lisp/ediff-diff.el @@ -491,10 +491,6 @@ one optional arguments, diff-number to refine.") (vconcat diff-overlay-list)) )) -(defsubst ediff-message-if-verbose (string &rest args) - (if ediff-verbose-p - (apply 'message string args))) - ;; `n' is the diff region to work on. Default is ediff-current-difference. ;; if `flag' is 'noforce then make fine-diffs only if this region's fine ;; diffs have not been computed before. -- cgit v1.2.1