diff options
| author | Stefan Monnier | 2011-01-20 17:36:12 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-01-20 17:36:12 -0500 |
| commit | 8dabbfd6325ea5b11e67fa8358625669808312dd (patch) | |
| tree | 079663dec17eea59c35ba92edaed0bbdb64f7751 /src | |
| parent | 642f3c5c603d61aa0b47a614981f462669eec086 (diff) | |
| download | emacs-8dabbfd6325ea5b11e67fa8358625669808312dd.tar.gz emacs-8dabbfd6325ea5b11e67fa8358625669808312dd.zip | |
Don't mess with *temp*.
* lisp/obsolete/spell.el: Move from textmodes/spell.el.
(spell-string):
* lisp/term.el (term-read-input-ring):
* lisp/startup.el (display-startup-echo-area-message):
* lisp/progmodes/antlr-mode.el (antlr-directory-dependencies):
* lisp/gnus/message.el (message-mailer-swallows-blank-line):
* lisp/comint.el (comint-read-input-ring): Use with-temp-buffer.
* lisp/international/mule.el (ctext-pre-write-conversion):
Don't hardcode point-min==1.
* lisp/gnus/mm-util.el (mm-find-buffer-file-coding-system): Don't forget to
kill the temp buffer.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 44fbcc4cf7d..c0424f95477 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -667,9 +667,9 @@ | |||
| 667 | 667 | ||
| 668 | 2011-01-11 Tassilo Horn <tassilo@member.fsf.org> | 668 | 2011-01-11 Tassilo Horn <tassilo@member.fsf.org> |
| 669 | 669 | ||
| 670 | * image.c (imagemagick_load_image, Finit_image_library): Free | 670 | * image.c (imagemagick_load_image, Finit_image_library): |
| 671 | intermediate image after creating a MagickWand from it. Terminate | 671 | Free intermediate image after creating a MagickWand from it. |
| 672 | MagickWand environment after image loading. | 672 | Terminate MagickWand environment after image loading. |
| 673 | 673 | ||
| 674 | 2011-01-10 Michael Albinus <michael.albinus@gmx.de> | 674 | 2011-01-10 Michael Albinus <michael.albinus@gmx.de> |
| 675 | 675 | ||
| @@ -740,7 +740,7 @@ | |||
| 740 | 740 | ||
| 741 | 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de> | 741 | 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de> |
| 742 | 742 | ||
| 743 | * dbusbind.c (Fdbus_register_method): Added optional parameter | 743 | * dbusbind.c (Fdbus_register_method): Add optional parameter |
| 744 | dont_register_service. Updated docstring accordingly. | 744 | dont_register_service. Updated docstring accordingly. |
| 745 | 745 | ||
| 746 | 2011-01-04 Glenn Morris <rgm@gnu.org> | 746 | 2011-01-04 Glenn Morris <rgm@gnu.org> |