Revert 22da67af.
authorDaiki Ueno <ueno@unixuser.org>
Fri, 4 Mar 2011 10:28:34 +0000 (19:28 +0900)
committerDaiki Ueno <ueno@unixuser.org>
Fri, 4 Mar 2011 10:28:34 +0000 (19:28 +0900)
* message.el (message-options): Revert 22da67af (workaround for
XEmacs buffer-local issue).

lisp/ChangeLog
lisp/message.el

index 3009a78..8a6190d 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-04  Daiki Ueno  <ueno@unixuser.org>
+
+       * message.el (message-options): Revert 22da67af (workaround for
+       XEmacs buffer-local issue).
+
 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
 
        * mml.el (mml-generate-mime): Bind `message-options', which is now
index 9b50e27..c8a706e 100644 (file)
@@ -1858,10 +1858,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.")