[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#5648: 23.1.92;
From: |
Leo |
Subject: |
bug#5648: 23.1.92; |
Date: |
Thu, 25 Feb 2010 13:22:03 +0000 |
I suppose the doc strings for the following two functions should be
swapped.
(defun rmail-msgend (n)
"Return the start position for message number N."
(marker-position (aref rmail-message-vector (1+ n))))
(defun rmail-msgbeg (n)
"Return the end position for message number N."
(marker-position (aref rmail-message-vector n)))
In GNU Emacs 23.1.92.2 (x86_64-apple-darwin10.2.0, Carbon Version 1.6.0 AppKit
1038.25)
of 2010-02-03 on Victoria.local
Windowing system distributor `Apple Inc.', version 10.6.2
configured using `configure '--prefix=/usr/local/unix/emacs' '--with-mac''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: iso-latin-1-unix
default enable-multibyte-characters: t
- bug#5648: 23.1.92;,
Leo <=