From 1168d6c273aed7f60e96838560af4b3922683bb7 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 7 Oct 2002 16:50:43 +0000 Subject: [PATCH] (vc-resolve-conflicts); Typo. --- lisp/vc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/vc.el b/lisp/vc.el index 740aabae4dd..e91d1a8b55b 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -6,7 +6,7 @@ ;; Maintainer: Andre Spiegel ;; Keywords: tools -;; $Id: vc.el,v 1.339 2002/10/05 16:35:28 monnier Exp $ +;; $Id: vc.el,v 1.340 2002/10/07 16:24:42 monnier Exp $ ;; This file is part of GNU Emacs. @@ -2040,7 +2040,7 @@ See Info node `Merging'." (message "File contains conflict markers")))) ;;;###autoload -(defalias 'vc-resolve-conflicts smerge-ediff) +(defalias 'vc-resolve-conflicts 'smerge-ediff) ;; The VC directory major mode. Coopt Dired for this. ;; All VC commands get mapped into logical equivalents. -- 2.39.2