From b1b80c8d9b35753c428b655c9b415df78611813e Mon Sep 17 00:00:00 2001 From: nitishch Date: Tue, 20 Dec 2016 00:27:40 +0530 Subject: [PATCH] Fix Bug#25150 --- lisp/ldefs-boot.el | 2 +- lisp/mail/sendmail.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 406f045..3fbfdc6 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -29184,7 +29184,7 @@ mail-citation-hook (custom-autoload 'mail-citation-hook "sendmail" t) -(defvar mail-citation-prefix-regexp (purecopy "\\([ ]*\\(\\w\\|[_.]\\)+>+\\|[ ]*[]>|]\\)+") "\ +(defvar mail-citation-prefix-regexp (purecopy "\\([ ]*\\(\\w\\|[_.]\\)+>+\\|[ ]*[>|]\\)+") "\ Regular expression to match a citation prefix plus whitespace. It should match whatever sort of citation prefixes you want to handle, with whitespace before and after; it should also match just whitespace. diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 3d22209..b8cf632 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -273,7 +273,7 @@ mail-citation-header ;;;###autoload (defcustom mail-citation-prefix-regexp - (purecopy "\\([ \t]*\\(\\w\\|[_.]\\)+>+\\|[ \t]*[]>|]\\)+") + (purecopy "\\([ \t]*\\(\\w\\|[_.]\\)+>+\\|[ \t]*[>|]\\)+") "Regular expression to match a citation prefix plus whitespace. It should match whatever sort of citation prefixes you want to handle, with whitespace before and after; it should also match just whitespace. -- 2.9.0