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/mail-extr.el, v [EMACS_22_BASE]


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/mail-extr.el, v [EMACS_22_BASE]
Date: Tue, 05 Feb 2008 13:00:43 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      08/02/05 13:00:43

Index: mail-extr.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/mail-extr.el,v
retrieving revision 1.52.2.4
retrieving revision 1.52.2.5
diff -u -b -r1.52.2.4 -r1.52.2.5
--- mail-extr.el        7 Jan 2008 01:49:45 -0000       1.52.2.4
+++ mail-extr.el        5 Feb 2008 13:00:43 -0000       1.52.2.5
@@ -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




reply via email to

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