diff options
| author | Glenn Morris | 2013-09-11 23:21:33 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-09-11 23:21:33 -0700 |
| commit | a6ae021fd380c089f25ebbc341fb1c989827ae32 (patch) | |
| tree | 6fdc57937d38d13a70b92b9014e4f769502b2760 /lisp/ChangeLog | |
| parent | 40e64f0cbd0a3457b29b3e38d1424c37b7b4a03f (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2013-09-12 Glenn Morris <rgm@gnu.org> | 1 | 2013-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): |