aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-11-27 04:01:30 +0000
committerGlenn Morris <[email protected]>2007-11-27 04:01:30 +0000
commit1dee844f0c6f8ba2da39a95e17e8083e1441c907 (patch)
tree011be6f3bf442358dd5c7600110ac26c3d76d50d
parent2f78f9049a8b74605814453a6265b33d048a8028 (diff)
Load ediff-*.el files silently.
-rw-r--r--lisp/ediff-vers.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-vers.el b/lisp/ediff-vers.el
index 293acc5a85..0fd06176b4 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