Mercurial > hg > xemacs-beta
diff lisp/ediff/ediff-diff.el @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 9ee227acff29 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/ediff/ediff-diff.el Mon Aug 13 08:48:43 2007 +0200 +++ b/lisp/ediff/ediff-diff.el Mon Aug 13 08:49:20 2007 +0200 @@ -1,6 +1,6 @@ ;;; ediff-diff.el --- diff-related utilities -;; Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. +;; Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. ;; Author: Michael Kifer <kifer@cs.sunysb.edu> @@ -29,7 +29,7 @@ (defvar ediff-default-variant) (eval-when-compile - (let ((load-path (cons "." load-path))) + (let ((load-path (cons (expand-file-name ".") load-path))) (or (featurep 'ediff-init) (load "ediff-init.el" nil nil 'nosuffix)) (or (featurep 'ediff-util)