aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2013-10-05 20:21:22 +0300
committerDmitry Gutov2013-10-05 20:21:22 +0300
commitaa0214dae5260f7523fc6d0aa0ca94eb5f46e09b (patch)
tree6755badc6dc91a50e4359a1ebb6c6e6e1ace6acc /lisp/ChangeLog
parent544a2a8049b9f1660134e1868a32c9e829d3c952 (diff)
downloademacs-aa0214dae5260f7523fc6d0aa0ca94eb5f46e09b.tar.gz
emacs-aa0214dae5260f7523fc6d0aa0ca94eb5f46e09b.zip
Revert 2013-10-05T02:26:39Z!dgutov@yandex.ru
`last-coding-system-used' is unreliable: it can be modified by other functions in `after-save-hook'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0b617f8ed0f..e3ca8751535 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,14 +3,6 @@
3 * progmodes/octave.el (octave-send-region): Call 3 * progmodes/octave.el (octave-send-region): Call
4 compilation-forget-errors. 4 compilation-forget-errors.
5 5
62013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7
8 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
9 to `after-save-hook' instead of `before-save-hook', because then
10 we know exactly what encoding was used to write the file.
11 (ruby-mode-set-encoding): Use `last-coding-system-used' instead of
12 guessing. Call `basic-save-buffer-1' after modifying the buffer.
13
142013-10-04 Xue Fuqiao <xfq.free@gmail.com> 62013-10-04 Xue Fuqiao <xfq.free@gmail.com>
15 7
16 * vc/vc-svn.el (vc-svn-find-admin-dir): 8 * vc/vc-svn.el (vc-svn-find-admin-dir):