diff options
| author | Daiki Ueno | 2011-03-04 13:59:21 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-03-04 13:59:21 +0000 |
| commit | 7fd0923ba444df89f916446af3f79ddb3fe1056c (patch) | |
| tree | 6d70bef1c52639a8153c28803cc880b1c0c1b9f0 | |
| parent | 015bea8f8f6a62f81ee03863666bca7e1cceb820 (diff) | |
| download | emacs-7fd0923ba444df89f916446af3f79ddb3fe1056c.tar.gz emacs-7fd0923ba444df89f916446af3f79ddb3fe1056c.zip | |
message.el (message-options): Revert the change that's a workaround for XEmacs buffer-local issue.
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2011-03-04 Daiki Ueno <ueno@unixuser.org> | ||
| 2 | |||
| 3 | * message.el (message-options): Revert the change that's a workaround | ||
| 4 | for XEmacs buffer-local issue. | ||
| 5 | |||
| 1 | 2011-03-03 Tassilo Horn <tassilo@member.fsf.org> | 6 | 2011-03-03 Tassilo Horn <tassilo@member.fsf.org> |
| 2 | 7 | ||
| 3 | * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with | 8 | * 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'." | |||
| 1814 | 1814 | ||
| 1815 | (defvar message-options nil | 1815 | (defvar message-options nil |
| 1816 | "Some saved answers when sending message.") | 1816 | "Some saved answers when sending message.") |
| 1817 | 1817 | (make-variable-buffer-local 'message-options) | |
| 1818 | (if (featurep 'xemacs) | ||
| 1819 | (make-local-variable 'message-options) | ||
| 1820 | (make-variable-buffer-local 'message-options)) | ||
| 1821 | 1818 | ||
| 1822 | (defvar message-send-mail-real-function nil | 1819 | (defvar message-send-mail-real-function nil |
| 1823 | "Internal send mail function.") | 1820 | "Internal send mail function.") |