message.el (message-options): Revert the change that's a workaround for XEmacs buffer-local issue.
This commit is contained in:
parent
015bea8f8f
commit
7fd0923ba4
2 changed files with 6 additions and 4 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue