diff options
Diffstat (limited to 'lisp/ediff-util.el')
-rw-r--r-- | lisp/ediff-util.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ediff-util.el b/lisp/ediff-util.el index c26162715c7..2eabfa9fc86 100644 --- a/lisp/ediff-util.el +++ b/lisp/ediff-util.el @@ -21,6 +21,8 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + ;;; Code: (provide 'ediff-util) @@ -269,7 +271,7 @@ to invocation.") (expand-file-name merge-buffer-file))) ;; check the directory exists (or (file-exists-p (file-name-directory merge-buffer-file)) - (error "Directory %s given as place to save the merge doesn't exist." + (error "Directory %s given as place to save the merge doesn't exist" (abbreviate-file-name (file-name-directory merge-buffer-file)))) (if (and (file-exists-p merge-buffer-file) |