]> code.delx.au - gnu-emacs/commitdiff
(pop3-md5): Don't hardcode point-min == 1.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 8 Apr 2002 22:54:56 +0000 (22:54 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 8 Apr 2002 22:54:56 +0000 (22:54 +0000)
lisp/gnus/pop3.el

index 99148388aa8a0280a1ea61b54d1e63d9e1a9df6e..0a182b47ca7e861c65506f55ece0cdeecdc84112 100644 (file)
@@ -332,7 +332,7 @@ If NOW, use that time instead."
                             t (current-buffer) nil)
        ;; The meaningful output is the first 32 characters.
        ;; Don't return the newline that follows them!
-       (buffer-substring 1 33)))))
+       (buffer-substring (point-min) (+ 32 (point-min)))))))
 
 (defun pop3-stat (process)
   "Return the number of messages in the maildrop and the maildrop's size."