diff options
| author | Dmitry Gutov | 2014-05-21 05:14:38 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2014-05-21 05:14:38 +0300 |
| commit | b0df8b953533b67ffba27879b64faab65c7642a6 (patch) | |
| tree | 0a0f6881fba6ae31ef8e710141a2c4122529950c /lisp/ChangeLog | |
| parent | 2614b25fd5bbbdbc1740b4b7d43dc1f010571fab (diff) | |
| download | emacs-b0df8b953533b67ffba27879b64faab65c7642a6.tar.gz emacs-b0df8b953533b67ffba27879b64faab65c7642a6.zip | |
Replace uses of `save-buffer' with `write-region'
* lisp/emacs-lisp/package.el (package--download-one-archive): Use
`write-region' instead of `save-buffer' to avoid running various
hooks.
(describe-package-1): Same. Insert newline at the end of the
buffer if appropriate.
Fixes: debbugs:17155
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2c96eeadfb7..6f70c04d2ab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-05-21 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * emacs-lisp/package.el (package--download-one-archive): Use | ||
| 4 | `write-region' instead of `save-buffer' to avoid running various | ||
| 5 | hooks. (Bug#17155) | ||
| 6 | (describe-package-1): Same. Insert newline at the end of the | ||
| 7 | buffer if appropriate. | ||
| 8 | |||
| 1 | 2014-05-20 Juri Linkov <juri@jurta.org> | 9 | 2014-05-20 Juri Linkov <juri@jurta.org> |
| 2 | 10 | ||
| 3 | * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame. | 11 | * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame. |