Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8dc87047
Commit
8dc87047
authored
Mar 26, 2004
by
Stefan Monnier
Browse files
(vc-maybe-resolve-conflicts): Don't prompt the user.
parent
e1fbd956
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/vc.el
lisp/vc.el
+2
-4
No files found.
lisp/ChangeLog
View file @
8dc87047
2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
* vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
* calc/calc.el (calc-mode-map): Use mapc.
* apropos.el (apropos-mode): Don't autoload.
...
...
lisp/vc.el
View file @
8dc87047
...
...
@@ -7,7 +7,7 @@
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
;; Keywords: tools
;; $Id: vc.el,v 1.37
1
2004/03/2
5 15:39:03 sds
Exp $
;; $Id: vc.el,v 1.37
2
2004/03/2
6 06:07:55 spiegel
Exp $
;; This file is part of GNU Emacs.
...
...
@@ -1989,9 +1989,7 @@ See Info node `Merging'."
(
vc-resynch-buffer
file
t
(
not
(
buffer-modified-p
)))
(
if
(
zerop
status
)
(
message
"Merge successful"
)
(
smerge-mode
1
)
(
if
(
y-or-n-p
"Conflicts detected. Resolve them now? "
)
(
vc-resolve-conflicts
name-A
name-B
)
(
message
"File contains conflict markers"
))))
(
message
"File contains conflicts."
)))
;;;###autoload
(
defalias
'vc-resolve-conflicts
'smerge-ediff
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment