diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-01-16 06:22:59 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-01-16 06:22:59 +0000 |
commit | 28e4e2b434e3574f01b69c585dcccaecde6c940f (patch) | |
tree | d53753a8d53617c9b9221d8f7bca31d78fdff120 /lisp/vc-arch.el | |
parent | 8772b5a8566ddab4aea41c6bd24d4498f56f793b (diff) | |
download | emacs-28e4e2b434e3574f01b69c585dcccaecde6c940f.tar.gz |
* 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.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-arch.el b/lisp/vc-arch.el index 97c99dd8193..284fe032a25 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"))) |