emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/utf-7.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/international/utf-7.el,v
Date: Sat, 01 Mar 2008 01:28:33 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/03/01 01:28:32

Index: lisp/international/utf-7.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/utf-7.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- lisp/international/utf-7.el 1 Feb 2008 16:01:18 -0000       1.11
+++ lisp/international/utf-7.el 1 Mar 2008 01:28:24 -0000       1.12
@@ -110,7 +110,9 @@
              ;; consistent with iconv, at least regarding `='.
              (skip-chars-forward "^= \t\n")
              (delete-region (point) (point-max))))
-         (unless (eobp)
+          ;; RFC2060 stipulates that all names MUST end in US-ASCII (i.e.
+          ;; a name that ends with a Unicode octet MUST end with a "-").
+         (if (or imap (not (eobp)))
            (insert ?-)))))
     nil))
 




reply via email to

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