summaryrefslogtreecommitdiff
path: root/lisp/ediff-diff.el
diff options
context:
space:
mode:
authorMichael Kifer <kifer@cs.stonybrook.edu>1995-10-14 03:14:11 +0000
committerMichael Kifer <kifer@cs.stonybrook.edu>1995-10-14 03:14:11 +0000
commit89aa4b2297fba1c22f1c2d95b3b8715d810ae0a8 (patch)
treeca37643dfb2792fe10cfd27d490a1653fa39a805 /lisp/ediff-diff.el
parent722d81cb0e967c5c5c7dd243bdddac1c2d691a96 (diff)
downloademacs-89aa4b2297fba1c22f1c2d95b3b8715d810ae0a8.tar.gz
Moved defsubsts up.
Diffstat (limited to 'lisp/ediff-diff.el')
-rw-r--r--lisp/ediff-diff.el4
1 files changed, 0 insertions, 4 deletions
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.