emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/mspools.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/mspools.el,v
Date: Sat, 20 Oct 2007 06:30:29 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/10/20 06:30:19

Index: mail/mspools.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/mspools.el,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- mail/mspools.el     13 Aug 2007 13:41:26 -0000      1.22
+++ mail/mspools.el     20 Oct 2007 06:30:16 -0000      1.23
@@ -272,9 +272,9 @@
                             (end-of-line)
                             (point)))
              mspools-files-len)
-         (next-line (- 1 mspools-files-len)) ;back to top of list
+         (forward-line (- 1 mspools-files-len)) ;back to top of list
        ;; else just on to next line
-       (next-line 1))
+       (forward-line 1))
 
       ;; Choose whether to use VM or RMAIL for reading folder.
       (if mspools-using-vm




reply via email to

[Prev in Thread] Current Thread [Next in Thread]