+2001-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): Use
+ `gnus-ding-file-coding-system' instead of
+ `gnus-startup-file-coding-system'; go to the beginning of the
+ buffer before searching.
+ (gnus-read-newsrc-el-file): Use `gnus-ding-file-coding-system'
+ instead of `gnus-startup-file-coding-system'.
+
2001-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/message.el (message-send-news): Modify the value of
(error
(ding)
(or (not (or (zerop (buffer-size))
- (eq 'binary gnus-startup-file-coding-system)
+ (eq 'binary gnus-ding-file-coding-system)
(gnus-re-read-newsrc-el-file ding-file)))
(gnus-yes-or-no-p
(format "Error in %s; continue? " ding-file))
(error nil))
(progn
(insert-file-contents-as-binary file nil nil nil 'replace)
+ (goto-char (point-min))
(when (re-search-forward
"^[\t ]*([\t\n\r ]*setq[\t\n\r ]+gnus-format-specs" nil t)
(delete-region (goto-char (match-beginning 0)) (forward-list 1))
(decode-coding-region (point-min) (point-max)
- gnus-startup-file-coding-system)
+ gnus-ding-file-coding-system)
(condition-case nil
(progn
(eval-region (point-min) (point-max))