From 1dee844f0c6f8ba2da39a95e17e8083e1441c907 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 27 Nov 2007 04:01:30 +0000 Subject: [PATCH] Load ediff-*.el files silently. --- lisp/ediff-vers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ediff-vers.el b/lisp/ediff-vers.el index 293acc5a854..0fd06176b46 100644 --- a/lisp/ediff-vers.el +++ b/lisp/ediff-vers.el @@ -41,7 +41,7 @@ (load "rcs" 'noerror) ;; (load "vc" 'noerror) ; this sometimes causes compiler error (or (featurep 'ediff-init) - (load "ediff-init.el" nil nil 'nosuffix)) + (load "ediff-init.el" nil t 'nosuffix)) ))) ;; end pacifier -- 2.39.2