Function: smerge-prev

smerge-prev is an interactive and byte-compiled function defined in smerge-mode.el.gz.

Signature

(smerge-prev &optional COUNT)

Documentation

Go to the previous COUNT'th conflict.

Interactively, COUNT is the prefix numeric argument, and defaults to 1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/smerge-mode.el.gz
;;;;
;;;; Actual code
;;;;

;; Define smerge-next and smerge-prev
(easy-mmode-define-navigation smerge smerge-begin-re "conflict" nil nil
  (if diff-refine
      (condition-case nil (smerge-refine) (error nil))))