From: Daiki Ueno Date: Fri, 4 Mar 2011 13:59:21 +0000 (+0000) Subject: message.el (message-options): Revert the change that's a workaround for XEmacs buffer... X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~674^2~42 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7fd0923ba444df89f916446af3f79ddb3fe1056c;p=emacs.git message.el (message-options): Revert the change that's a workaround for XEmacs buffer-local issue. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 0dc3f487f2c..efeb6b7b239 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2011-03-04 Daiki Ueno + + * message.el (message-options): Revert the change that's a workaround + for XEmacs buffer-local issue. + 2011-03-03 Tassilo Horn * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 6adde4e6e51..58daf1baf94 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -1814,10 +1814,7 @@ You must have the \"hashcash\" binary installed, see `hashcash-path'." (defvar message-options nil "Some saved answers when sending message.") - -(if (featurep 'xemacs) - (make-local-variable 'message-options) - (make-variable-buffer-local 'message-options)) +(make-variable-buffer-local 'message-options) (defvar message-send-mail-real-function nil "Internal send mail function.")