mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(smerge-ediff): Autoload.
This commit is contained in:
parent
36c7760905
commit
a1038ca045
@ -4,7 +4,7 @@
|
||||
|
||||
;; Author: Stefan Monnier <monnier@cs.yale.edu>
|
||||
;; Keywords: merge diff3 cvs conflict
|
||||
;; Revision: $Id: smerge-mode.el,v 1.17 2002/09/03 01:20:20 monnier Exp $
|
||||
;; Revision: $Id: smerge-mode.el,v 1.18 2002/10/04 15:25:22 monnier Exp $
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
@ -417,6 +417,7 @@ The point is moved to the end of the conflict."
|
||||
(defvar ediff-buffer-B)
|
||||
(defvar ediff-buffer-C)
|
||||
|
||||
;;;###autoload
|
||||
(defun smerge-ediff (&optional name-mine name-other name-base)
|
||||
"Invoke ediff to resolve the conflicts.
|
||||
NAME-MINE, NAME-OTHER, and NAME-BASE, if non-nil, are used for the
|
||||
|
Loading…
Reference in New Issue
Block a user