(gnus-registry-cache-save): remove text
authorTeodor Zlatanov <tzz@lifelogs.com>
Tue, 18 Apr 2006 21:06:28 +0000 (21:06 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Tue, 18 Apr 2006 21:06:28 +0000 (21:06 +0000)
properties when saving via the temp buffer

lisp/ChangeLog
lisp/gnus-registry.el

index 6c6f4da..f27e6af 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-cache-save): remove text
+       properties when saving via the temp buffer
+
 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * message.el (message-generate-hashcash): Honor custom type.
index 150008c..4d87893 100644 (file)
@@ -171,6 +171,7 @@ way."
              (standard-output (current-buffer)))
          (gnus-gnus-to-quick-newsrc-format t "gnus registry startup file" 'gnus-registry-alist)
          (gnus-registry-cache-whitespace file)
+         (set-text-properties (point-min) (point-max) nil)
          (save-buffer))
       (let ((coding-system-for-write gnus-ding-file-coding-system)
            (version-control gnus-backup-startup-file)