Don't mess with *temp*.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 20 Jan 2011 22:36:12 +0000 (17:36 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 20 Jan 2011 22:36:12 +0000 (17:36 -0500)
commit8dabbfd6325ea5b11e67fa8358625669808312dd
tree079663dec17eea59c35ba92edaed0bbdb64f7751
parent642f3c5c603d61aa0b47a614981f462669eec086
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.
lisp/ChangeLog
lisp/comint.el
lisp/gnus/ChangeLog
lisp/gnus/message.el
lisp/gnus/mm-util.el
lisp/international/mule.el
lisp/obsolete/spell.el [moved from lisp/textmodes/spell.el with 89% similarity]
lisp/progmodes/antlr-mode.el
lisp/startup.el
lisp/term.el
src/ChangeLog