aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorOKAZAKI Tetsurou2012-11-30 12:44:52 +0800
committerChong Yidong2012-11-30 12:44:52 +0800
commit171b09490b57815f4c0aeec32ff2a049f6a67393 (patch)
treeb96b0d7b9f185486f822683ef14fc8a501dcea38 /lisp/ChangeLog
parent21859ebcafcda497a086a9db4701f0406db599ef (diff)
downloademacs-171b09490b57815f4c0aeec32ff2a049f6a67393.tar.gz
emacs-171b09490b57815f4c0aeec32ff2a049f6a67393.zip
Relax existing-registration check in vc-register (tiny change).
* vc/vc.el (vc-register): Allow registering a file which is already registered with a different backend. Fixes: debbugs:10589
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 73a58600ba2..6c96213a71f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2
3 * vc/vc.el (vc-register): Allow registering a file which is
4 already registered with a different backend (Bug#10589).
5
12012-11-29 Jambunathan K <kjambunathan@gmail.com> 62012-11-29 Jambunathan K <kjambunathan@gmail.com>
2 Stefan Monnier <monnier@iro.umontreal.ca> 7 Stefan Monnier <monnier@iro.umontreal.ca>
3 8