2001-11-07 ShengHuo ZHU <zsh@cs.rochester.edu>
* mml.el (mml-preview): Bind mail-header-separator.
This commit is contained in:
parent
830ddd7780
commit
c23035e6d3
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-11-07 ShengHuo ZHU <zsh@cs.rochester.edu>
|
||||
|
||||
* mml.el (mml-preview): Bind mail-header-separator.
|
||||
|
||||
2001-11-05 ShengHuo ZHU <zsh@cs.rochester.edu>
|
||||
|
||||
* mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
|
||||
|
|
|
@ -841,7 +841,8 @@ If RAW, don't highlight the article."
|
|||
(if (re-search-forward
|
||||
(concat "^" (regexp-quote mail-header-separator) "\n") nil t)
|
||||
(replace-match "\n"))
|
||||
(mml-to-mime)
|
||||
(let ((mail-header-separator "")) ;; mail-header-separator is removed.
|
||||
(mml-to-mime))
|
||||
(if raw
|
||||
(when (fboundp 'set-buffer-multibyte)
|
||||
(let ((s (buffer-string)))
|
||||
|
|
Loading…
Add table
Reference in a new issue