aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-arch.el
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-01-16 06:22:59 +0000
committerDan Nicolaescu <[email protected]>2008-01-16 06:22:59 +0000
commit28e4e2b434e3574f01b69c585dcccaecde6c940f (patch)
treed53753a8d53617c9b9221d8f7bca31d78fdff120 /lisp/vc-arch.el
parent8772b5a8566ddab4aea41c6bd24d4498f56f793b (diff)
* smerge-mode.el (smerge-start-session): Rename from smerge-auto.
* pcvs.el (cvs-revert-if-needed): * vc.el (vc-maybe-resolve-conflicts): Rename callers. * vc-svn.el (vc-svn-find-file-hook): * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
Diffstat (limited to 'lisp/vc-arch.el')
-rw-r--r--lisp/vc-arch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-arch.el b/lisp/vc-arch.el
index 97c99dd819..284fe032a2 100644
--- a/lisp/vc-arch.el
+++ b/lisp/vc-arch.el
@@ -360,7 +360,7 @@ Return non-nil if FILE is unchanged."
(if (not (re-search-forward "^<<<<<<< " nil t))
;; The .rej file is obsolete.
(condition-case nil (delete-file rej) (error nil))
- (smerge-auto)
+ (smerge-mode 1)
(add-hook 'after-save-hook
'vc-arch-delete-rej-if-obsolete nil t)
(message "There are unresolved conflicts in this file")))