Mercurial > emacs
changeset 93106:e931cb410f95
(mm-set-buffer-multibyte): New function.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 20 Mar 2008 15:47:15 +0000 |
parents | 29263b6aa4c7 |
children | 3bf6293f3041 |
files | lisp/gnus/ChangeLog lisp/gnus/mm-util.el |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Thu Mar 20 15:42:57 2008 +0000 +++ b/lisp/gnus/ChangeLog Thu Mar 20 15:47:15 2008 +0000 @@ -1,5 +1,7 @@ 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca> + * mm-util.el (mm-set-buffer-multibyte): New function. + * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p): Prefer fboundp to functionp so it works with macros as well.
--- a/lisp/gnus/mm-util.el Thu Mar 20 15:42:57 2008 +0000 +++ b/lisp/gnus/mm-util.el Thu Mar 20 15:47:15 2008 +0000 @@ -105,6 +105,7 @@ (multibyte-string-p . ignore) (insert-byte . insert-char) (multibyte-char-to-unibyte . identity) + (set-buffer-multibyte . ignore) (special-display-p . (lambda (buffer-name) "Returns non-nil if a buffer named BUFFER-NAME gets a special frame."