emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103515: message.el (message-options)


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103515: message.el (message-options): Revert the change that's a workaround for XEmacs buffer-local issue.
Date: Fri, 04 Mar 2011 13:59:21 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103515
author: Daiki Ueno <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Fri 2011-03-04 13:59:21 +0000
message:
  message.el (message-options): Revert the change that's a workaround for 
XEmacs buffer-local issue.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/message.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2011-03-03 13:21:50 +0000
+++ b/lisp/gnus/ChangeLog       2011-03-04 13:59:21 +0000
@@ -1,3 +1,8 @@
+2011-03-04  Daiki Ueno  <address@hidden>
+
+       * message.el (message-options): Revert the change that's a workaround
+       for XEmacs buffer-local issue.
+
 2011-03-03  Tassilo Horn  <address@hidden>
 
        * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with

=== modified file 'lisp/gnus/message.el'
--- a/lisp/gnus/message.el      2011-03-03 13:21:50 +0000
+++ b/lisp/gnus/message.el      2011-03-04 13:59:21 +0000
@@ -1814,10 +1814,7 @@
 
 (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.")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]