+2011-03-04 Daiki Ueno <ueno@unixuser.org>
+
+ * message.el (message-options): Revert the change that's a workaround
+ for XEmacs buffer-local issue.
+
2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
* nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
(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.")