]> code.delx.au - gnu-emacs/blobdiff - lisp/ediff-diff.el
(idlwave-sintern-structtag): Declare as a function.
[gnu-emacs] / lisp / ediff-diff.el
index 06d7b60344010e61536e79dc29fac4255a2877f8..a835fb8e75096c63f4e4a68e043b3f0304c7dbff 100644 (file)
@@ -35,9 +35,9 @@
 (eval-when-compile
   (let ((load-path (cons (expand-file-name ".") load-path)))
     (or (featurep 'ediff-init)
-       (load "ediff-init.el" nil nil 'nosuffix))
+       (load "ediff-init.el" nil t 'nosuffix))
     (or (featurep 'ediff-util)
-       (load "ediff-util.el" nil nil 'nosuffix))
+       (load "ediff-util.el" nil t 'nosuffix))
     ))
 ;; end pacifier