emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101066: Minor bug fixes for gnus-syn


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101066: Minor bug fixes for gnus-sync.el.
Date: Fri, 13 Aug 2010 10:54:05 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101066
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Fri 2010-08-13 10:54:05 +0000
message:
  Minor bug fixes for gnus-sync.el.
  From Ted Zlatanov <address@hidden>.
  
  * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
  quiet.
  
  * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus-sync.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-08-13 10:44:22 +0000
+++ b/lisp/gnus/ChangeLog       2010-08-13 10:54:05 +0000
@@ -1,3 +1,12 @@
+2010-08-12  Teodor Zlatanov  <address@hidden>
+
+       Minor bug fixes for gnus-sync.el.
+
+       * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
+       quiet.
+
+       * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix 
typo).
+
 2010-07-30  Lawrence Mitchell  <address@hidden>
 
        Make saving and restoring of hidden threads work with overlays.

=== modified file 'lisp/gnus/gnus-sync.el'
--- a/lisp/gnus/gnus-sync.el    2010-08-13 10:50:01 +0000
+++ b/lisp/gnus/gnus-sync.el    2010-08-13 10:54:05 +0000
@@ -118,7 +118,8 @@
                    (print-circle nil)
                    (print-escape-newlines t)
                    (variables (cons 'gnus-sync-newsrc-loader
-                                    gnus-sync-global-vars)))
+                                    gnus-sync-global-vars))
+                   variable)
               (while variables
                 (when (and (boundp (setq variable (pop variables)))
                            (symbol-value variable))
@@ -179,7 +180,7 @@
            (setq gnus-sync-newsrc-loader nil)))
           (nil))
     ;; make the hashtable again because the newsrc-alist may have been modified
-    (when gnus-sync-newsrc-vars
+    (when gnus-sync-newsrc-offsets
       (gnus-message 9 "gnus-sync: remaking the newsrc hashtable")
       (gnus-make-hashtable-from-newsrc-alist))))
 


reply via email to

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