From 7fb603f941010ebb82e465815aae03284f48baf9 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Wed, 24 Nov 2010 22:06:30 +0100 Subject: [PATCH] (mm-enable-multibyte): Use `to' instead of t. This fixes Fixes something or other in Emacs 23, and is backwards compatible. --- lisp/ChangeLog | 3 +++ lisp/mm-util.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fc9196baf..65becf521 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-11-24 Lars Magne Ingebrigtsen + * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes + Fixes something or other in Emacs 23, and is backwards compatible. + * message.el (message-goto-body): Remove the <#secure special-casing, which is too special. diff --git a/lisp/mm-util.el b/lisp/mm-util.el index 67b41e0cb..700c1a6bb 100644 --- a/lisp/mm-util.el +++ b/lisp/mm-util.el @@ -903,7 +903,7 @@ mail with multiple parts is preferred to sending a Unicode one.") "Set the multibyte flag of the current buffer. Only do this if the default value of `enable-multibyte-characters' is non-nil. This is a no-op in XEmacs." - (set-buffer-multibyte t))) + (set-buffer-multibyte 'to))) (if (featurep 'xemacs) (defalias 'mm-disable-multibyte 'ignore) -- 2.34.1