comparison lisp/=mhspool.el @ 584:4cd7543be581

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Mar 1992 20:39:07 +0000
parents 5d476a289a86
children 505130d1ddf8
comparison
equal deleted inserted replaced
583:3c0c1cd8428a 584:4cd7543be581
18 ;; supposed to have been given to you along with GNU Emacs so you 18 ;; supposed to have been given to you along with GNU Emacs so you
19 ;; can know your rights and responsibilities. It should be in a 19 ;; can know your rights and responsibilities. It should be in a
20 ;; file named COPYING. Among other things, the copyright notice 20 ;; file named COPYING. Among other things, the copyright notice
21 ;; and this notice must be preserved on all copies. 21 ;; and this notice must be preserved on all copies.
22 22
23 (provide 'mhspool)
24 (require 'nntp) 23 (require 'nntp)
25 24
26 ;; This package enables you to read mail or articles in MH folders, or 25 ;; This package enables you to read mail or articles in MH folders, or
27 ;; articles saved by GNUS. In any case, the file names of mail or 26 ;; articles saved by GNUS. In any case, the file names of mail or
28 ;; articles must consist of only numeric letters. 27 ;; articles must consist of only numeric letters.
400 (if (= (aref string idx) from) 399 (if (= (aref string idx) from)
401 (aset string idx to)) 400 (aset string idx to))
402 (setq idx (1+ idx))) 401 (setq idx (1+ idx)))
403 string 402 string
404 )) 403 ))
404
405 (provide 'mhspool)