# HG changeset patch # User Katsumi Yamaoka # Date 1273493367 0 # Node ID a30c85fa75e813f9c835968cb4dcbdd1bd04e555 # Parent 7642d075642b6896a7b32d18ac80c0f7c1878a0b# Parent fa6c01b64da25cd2bdd31e5a9b12464cad058289 Synch with Gnus trunk. 2010-05-10 Katsumi Yamaoka * mm-util.el (mm-emacs-mule): Remove. 2010-05-10 Andreas Seltenreich * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist buffer-local as it's incompatible with Stefan Monnier's 2010-05-03 change. diff -r 7642d075642b -r a30c85fa75e8 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Mon May 10 07:26:12 2010 +0000 +++ b/lisp/gnus/ChangeLog Mon May 10 12:09:27 2010 +0000 @@ -1,3 +1,13 @@ +2010-05-10 Katsumi Yamaoka + + * mm-util.el (mm-emacs-mule): Remove. + +2010-05-10 Andreas Seltenreich + + * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist + buffer-local as it's incompatible with Stefan Monnier's 2010-05-03 + change. + 2010-05-10 Katsumi Yamaoka * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to diff -r 7642d075642b -r a30c85fa75e8 lisp/gnus/gnus-sum.el --- a/lisp/gnus/gnus-sum.el Mon May 10 07:26:12 2010 +0000 +++ b/lisp/gnus/gnus-sum.el Mon May 10 12:09:27 2010 +0000 @@ -3056,7 +3056,6 @@ (gnus-simplify-mode-line) (setq major-mode 'gnus-summary-mode) (setq mode-name "Summary") - (make-local-variable 'minor-mode-alist) (use-local-map gnus-summary-mode-map) (buffer-disable-undo) (setq buffer-read-only t ;Disable modification diff -r 7642d075642b -r a30c85fa75e8 lisp/gnus/mm-util.el --- a/lisp/gnus/mm-util.el Mon May 10 07:26:12 2010 +0000 +++ b/lisp/gnus/mm-util.el Mon May 10 12:09:27 2010 +0000 @@ -902,12 +902,6 @@ out))) (eval-and-compile - (defvar mm-emacs-mule (and (not (featurep 'xemacs)) - (boundp 'enable-multibyte-characters) - (default-value 'enable-multibyte-characters) - (fboundp 'set-buffer-multibyte)) - "True in Emacs with Mule.") - (if (featurep 'xemacs) (defalias 'mm-enable-multibyte 'ignore) (defun mm-enable-multibyte ()