aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2013-10-24 05:27:29 +0400
committerDmitry Gutov2013-10-24 05:27:29 +0400
commit8297b2cfdd3c0da92cc6625205f4533fcb3b01e9 (patch)
tree3f6626a9db754fa796eb9cb5bf5078174a282a8a /lisp/ChangeLog
parent369bbf7198fa5dfdac366f9e5f79b84d9c72f3ee (diff)
downloademacs-8297b2cfdd3c0da92cc6625205f4533fcb3b01e9.tar.gz
emacs-8297b2cfdd3c0da92cc6625205f4533fcb3b01e9.zip
* lisp/vc/vc.el (vc-print-root-log): Always set `default-directory'
value, whether we could auto-deduce `backend', or not.
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 cc302daa9cf..0e34bc5ef2e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12013-10-24 Dmitry Gutov <dgutov@yandex.ru> 12013-10-24 Dmitry Gutov <dgutov@yandex.ru>
2 2
3 * vc/vc.el (vc-print-root-log): Always set `default-directory'
4 value, whether we could auto-deduce `backend', or not.
5
3 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block 6 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
4 with parameters" example. Simplify the "is it block or is it 7 with parameters" example. Simplify the "is it block or is it
5 hash" check, but also make it more thorough. 8 hash" check, but also make it more thorough.