]> git.eshelyaron.com Git - emacs.git/commitdiff
message.el (message-options): Revert the change that's a workaround for XEmacs buffer...
authorDaiki Ueno <ueno@unixuser.org>
Fri, 4 Mar 2011 13:59:21 +0000 (13:59 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 4 Mar 2011 13:59:21 +0000 (13:59 +0000)
lisp/gnus/ChangeLog
lisp/gnus/message.el

index 0dc3f487f2c79d96c90b9b654d651ea1361203ae..efeb6b7b239ba692eecc6ad051c8e07aed8d45ac 100644 (file)
@@ -1,3 +1,8 @@
+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
index 6adde4e6e51ed97c7bba61524e8297478e502a97..58daf1baf944972b1485fe7a071b5f05f5119498 100644 (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.")