message.el (message-options): Revert the change that's a workaround for XEmacs buffer-local issue.

This commit is contained in:
Daiki Ueno 2011-03-04 13:59:21 +00:00 committed by Katsumi Yamaoka
parent 015bea8f8f
commit 7fd0923ba4
2 changed files with 6 additions and 4 deletions

View file

@ -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.")