Mercurial > emacs
comparison lisp/mail/mail-utils.el @ 5365:362f4c3bd99c
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 26 Dec 1993 20:02:44 +0000 |
parents | 4e000b7b285a |
children | 7643239d5bf2 |
comparison
equal
deleted
inserted
replaced
5364:99b5ca69dea7 | 5365:362f4c3bd99c |
---|---|
21 ;; along with GNU Emacs; see the file COPYING. If not, write to | 21 ;; along with GNU Emacs; see the file COPYING. If not, write to |
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
23 | 23 |
24 ;;; Commentary: | 24 ;;; Commentary: |
25 | 25 |
26 ;; Utility functions for maol and netnews handling. These handle fine | 26 ;; Utility functions for mail and netnews handling. These handle fine |
27 ;; points of header parsing. | 27 ;; points of header parsing. |
28 | 28 |
29 ;;; Code: | 29 ;;; Code: |
30 | 30 |
31 ;;; We require lisp-mode to make sure that lisp-mode-syntax-table has | 31 ;;; We require lisp-mode to make sure that lisp-mode-syntax-table has |