emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/transient 2e4426fe81 5/5: Quote single quote in docstri


From: Jonas Bernoulli
Subject: [elpa] externals/transient 2e4426fe81 5/5: Quote single quote in docstring
Date: Tue, 7 Jun 2022 11:16:53 -0400 (EDT)

branch: externals/transient
commit 2e4426fe8161893382f09b3f4635e152ee02488e
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Quote single quote in docstring
    
    The byte-compiler recently got more fussy about quotes.
---
 lisp/transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index b9603e4add..6d67e21d0d 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -1441,7 +1441,7 @@ The optional argument COMMAND is intended for internal 
use.  If
 you are contemplating using it in your own code, then you should
 probably use this instead:
 
-  (get COMMAND 'transient--suffix)"
+  (get COMMAND \\='transient--suffix)"
   (when command
     (cl-check-type command command))
   (if (or transient--prefix



reply via email to

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