diff lisp/ediff-init.el @ 13216:b9dc8cc658d5

Moved defsubsts up.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Sat, 14 Oct 1995 03:14:11 +0000
parents b0ec8d932b35
children 43a8534fe07c
line wrap: on
line diff
--- a/lisp/ediff-init.el	Sat Oct 14 03:12:53 1995 +0000
+++ b/lisp/ediff-init.el	Sat Oct 14 03:14:11 1995 +0000
@@ -1421,6 +1421,10 @@
 
 (defsubst Xor (a b)
   (or (and a (not b)) (and (not a) b)))
+
+(defsubst ediff-message-if-verbose (string &rest args)
+  (if ediff-verbose-p
+      (apply 'message string args)))
      
 (provide 'ediff-init)