From 7fd0923ba444df89f916446af3f79ddb3fe1056c Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 4 Mar 2011 13:59:21 +0000 Subject: [PATCH] message.el (message-options): Revert the change that's a workaround for XEmacs buffer-local issue. --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/message.el | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) 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.") -- 2.39.5