Don't save `gnus-format-specs' in the newsrc file.
authorLars Magne Ingebrigtsen <larsi@stories.gnus.org>
Sat, 10 Sep 2011 22:03:19 +0000 (00:03 +0200)
committerLars Magne Ingebrigtsen <larsi@stories.gnus.org>
Sat, 10 Sep 2011 22:03:19 +0000 (00:03 +0200)
It doesn't seem like an important optimisation any more.

lisp/ChangeLog
lisp/gnus.el

index 3dfbe0e..3280df0 100644 (file)
@@ -1,3 +1,8 @@
+2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
+       newsrc file.  It doesn't seem like an important optimisation any more.
+
 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
 
        * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
index b5f7b72..8f10e23 100644 (file)
@@ -2690,8 +2690,7 @@ such as a mark that says whether an article is stored in the cache
                        gnus-newsrc-last-checked-date
                        gnus-newsrc-alist gnus-server-alist
                        gnus-killed-list gnus-zombie-list
-                       gnus-topic-topology gnus-topic-alist
-                       gnus-format-specs)
+                       gnus-topic-topology gnus-topic-alist)
   "Gnus variables saved in the quick startup file.")
 
 (defvar gnus-newsrc-alist nil