X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf7.el;h=eea6afe7e2820446cf6c83f8687df5ee3f505a01;hb=36bd162f4f7cd40453b8683e796730836c352b2a;hp=2a5e75270690c84b3c182d163927ad2224cc72d6;hpb=a707b63af25b91cb730c12e65156ca364bf49a44;p=elisp%2Fgnus.git- diff --git a/lisp/utf7.el b/lisp/utf7.el index 2a5e752..eea6afe 100644 --- a/lisp/utf7.el +++ b/lisp/utf7.el @@ -156,7 +156,7 @@ Characters are in raw byte pairs in narrowed buffer." (while (not (eobp)) (if (= 0 (following-char)) (delete-char 1) - (error "Unable to convert from Unicode")) + (error "Unable to convert from Unicode")) (forward-char))) (defun utf7-encode (string &optional for-imap)