diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 1995-10-14 03:14:11 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 1995-10-14 03:14:11 +0000 |
commit | 009650b3f974b03c62ab32f1d811ec264676a918 (patch) | |
tree | b29a51d881d8ddb433a9ee8a32915dd2fb689880 /lisp/ediff-diff.el | |
parent | f9b2678cbcea5ee8e94de3a35ed44efa6ed61612 (diff) | |
download | emacs-009650b3f974b03c62ab32f1d811ec264676a918.tar.gz |
Moved defsubsts up.
Diffstat (limited to 'lisp/ediff-diff.el')
-rw-r--r-- | lisp/ediff-diff.el | 4 |
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. |