emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 7d639f3 1/2: * src/doc.c (Fsubstitute_command_key


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 7d639f3 1/2: * src/doc.c (Fsubstitute_command_keys): Another fix for smart quotes.
Date: Tue, 16 Aug 2016 18:35:44 +0000 (UTC)

branch: emacs-25
commit 7d639f3be66e9b41f53e6349f8362ef0f1042e26
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * src/doc.c (Fsubstitute_command_keys): Another fix for smart quotes.
    
    (Bug#24206)
---
 src/doc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/doc.c b/src/doc.c
index 86e1e0d..36d18b9 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -974,7 +974,7 @@ Otherwise, return a new string.  */)
        }
       else if ((strp[0] == '`' || strp[0] == '\'')
               && quoting_style == CURVE_QUOTING_STYLE
-              && multibyte)
+              && (multibyte || pure_ascii))
        {
          start = (unsigned char const *) (strp[0] == '`' ? uLSQM : uRSQM);
          length_byte = sizeof uLSQM - 1;



reply via email to

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