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

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

[elpa] externals/rcirc-color bc8852ede4 1/4: * rcirc-color.el (rcirc-col


From: Philip Kaludercic
Subject: [elpa] externals/rcirc-color bc8852ede4 1/4: * rcirc-color.el (rcirc-color-other-attributes): Escape quote
Date: Tue, 4 Oct 2022 14:04:03 -0400 (EDT)

branch: externals/rcirc-color
commit bc8852ede4327046eca76cbe4f6dca1abc19f5b4
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    * rcirc-color.el (rcirc-color-other-attributes): Escape quote
---
 rcirc-color.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rcirc-color.el b/rcirc-color.el
index a197fb82a2..d9ef18ba34 100644
--- a/rcirc-color.el
+++ b/rcirc-color.el
@@ -101,7 +101,7 @@ used to determine the color: #rrrrggggbbbb."
 
 (defcustom rcirc-color-other-attributes nil
   "Other attributes to use for nicks.
-Example: (setq rcirc-color-other-attributes '(:weight bold))"
+Example: (setq rcirc-color-other-attributes \\='(:weight bold))"
   :type 'plist)
 
 



reply via email to

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