Mercurial > emacs
changeset 80051:86418444e2d1
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 05 Feb 2008 13:00:43 +0000 |
parents | f5910be081e5 |
children | ab03fcd4dc80 |
files | lisp/mail/mail-extr.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/mail-extr.el Tue Feb 05 12:57:01 2008 +0000 +++ b/lisp/mail/mail-extr.el Tue Feb 05 13:00:43 2008 +0000 @@ -850,7 +850,7 @@ (setq char ?\() ; HAVE I NO SHAME?? ) ;; record the position of various interesting chars, determine - ;; legality later. + ;; validity later. ((setq record-pos-symbol (cdr (assq char '((?< . <-pos) (?> . >-pos) (?@ . @-pos) @@ -862,9 +862,9 @@ ((eq char ?.) (forward-char 1)) ((memq char '( - ;; comment terminator illegal + ;; comment terminator invalid ?\) - ;; domain literal terminator illegal + ;; domain literal terminator invalid ?\] ;; \ allowed only within quoted strings, ;; domain literals, and comments