mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1090
This commit is contained in:
commit
51fb064bc7
15 changed files with 145 additions and 63 deletions
|
|
@ -110,7 +110,9 @@ ESC and SKIP-CHARS are adjusted for the normal and IMAP versions."
|
|||
;; 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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue