From 9ce4727d8e17c160a7a3959f76174e178145eddd Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 3 Oct 2022 18:40:31 -0400 Subject: [PATCH] org-element: Fix Emacs 29 warning about quoting style * lisp/org-element.el (org-element--parse-generic-emphasis): Change quoting style to avoid Emacs 29 byte compiler warning about 'wrong usage of "fancy" single quotation marks'. --- lisp/org-element.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-element.el b/lisp/org-element.el index cccddbffb..e9e3a5128 100644 --- a/lisp/org-element.el +++ b/lisp/org-element.el @@ -2952,8 +2952,8 @@ CONTENTS is verse block contents." "Parse emphasis object at point, if any. MARK is the delimiter string used. TYPE is a symbol among -‘bold’, ‘code’, ‘italic’, ‘strike-through’, ‘underline’, and -‘verbatim’. +`bold', `code', `italic', `strike-through', `underline', and +`verbatim'. Assume point is at first MARK." (save-excursion