]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-extract-address-components): Accept strings
authorRichard M. Stallman <rms@gnu.org>
Tue, 6 Feb 1996 10:06:24 +0000 (10:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 6 Feb 1996 10:06:24 +0000 (10:06 +0000)
that end with double trailing quote marks.

lisp/mail/mail-extr.el

index 2d59aef47d8362bc78717af89bd6c1a6556af65f..27cc23f1df7ffa5c55799ec1889d8c8ba0263bba 100644 (file)
@@ -1274,7 +1274,8 @@ If ADDRESS contains more than one RFC-822 address, only the first is
                   (backward-char 1)
                   (mail-extr-delete-char 1)
                   (goto-char quote-beg)
-                  (mail-extr-delete-char 1))
+                  (or (eobp)
+                      (mail-extr-delete-char 1)))
                 (mail-extr-undo-backslash-quoting quote-beg quote-end)
                 (or (eq ?\  (char-after (point)))
                     (insert " "))