aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-09-11 23:21:33 -0700
committerGlenn Morris2013-09-11 23:21:33 -0700
commita6ae021fd380c089f25ebbc341fb1c989827ae32 (patch)
tree6fdc57937d38d13a70b92b9014e4f769502b2760 /lisp/ChangeLog
parent40e64f0cbd0a3457b29b3e38d1424c37b7b4a03f (diff)
downloademacs-a6ae021fd380c089f25ebbc341fb1c989827ae32.tar.gz
emacs-a6ae021fd380c089f25ebbc341fb1c989827ae32.zip
* vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
in the status output, assume `filename' is the first. Fixes: debbugs:15322
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 37f63216ff6..37005de6776 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12013-09-12 Glenn Morris <rgm@gnu.org> 12013-09-12 Glenn Morris <rgm@gnu.org>
2 2
3 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
4 in the status output, assume `filename' is the first. (Bug#15322)
5
3 * vc/vc.el (vc-deduce-fileset): Doc fix. 6 * vc/vc.el (vc-deduce-fileset): Doc fix.
4 7
5 * calc/calc-help.el (Info-goto-node): 8 * calc/calc-help.el (Info-goto-node):