mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
avoid arithmetic errors.
This commit is contained in:
parent
530e075167
commit
83ec6f2058
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2002-08-20 ShengHuo ZHU <zsh@cs.rochester.edu>
|
||||
|
||||
* nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
|
||||
avoid arithmetic errors.
|
||||
|
||||
2002-07-06 ShengHuo ZHU <zsh@cs.rochester.edu>
|
||||
|
||||
* gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; nnmh.el --- mhspool access for Gnus
|
||||
|
||||
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
|
||||
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002
|
||||
;; Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
|
@ -232,7 +232,7 @@ as unread by Gnus.")
|
|||
(goto-char (point-max))
|
||||
(insert
|
||||
(format
|
||||
"%s %d %d y\n"
|
||||
"%s %.0f %.0f y\n"
|
||||
(progn
|
||||
(string-match
|
||||
(regexp-quote
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue