diff options
author | Glenn Morris <rgm@gnu.org> | 2007-11-27 04:01:30 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-11-27 04:01:30 +0000 |
commit | 1dee844f0c6f8ba2da39a95e17e8083e1441c907 (patch) | |
tree | 011be6f3bf442358dd5c7600110ac26c3d76d50d /lisp/ediff-vers.el | |
parent | 2f78f9049a8b74605814453a6265b33d048a8028 (diff) | |
download | emacs-1dee844f0c6f8ba2da39a95e17e8083e1441c907.tar.gz |
Load ediff-*.el files silently.
Diffstat (limited to 'lisp/ediff-vers.el')
-rw-r--r-- | lisp/ediff-vers.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |