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

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

[elpa] externals/rcirc-color c206181d57 2/4: * rcirc-color.el (rcirc-col


From: Philip Kaludercic
Subject: [elpa] externals/rcirc-color c206181d57 2/4: * rcirc-color.el (rcirc-color-mode): Add :global t
Date: Tue, 4 Oct 2022 14:04:03 -0400 (EDT)

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

    * rcirc-color.el (rcirc-color-mode): Add :global t
    
    Without at least one keyword argument, the body in interpreted as the
    an expression setting the initial value of the `rcirc-color-mode' via
    the legacy syntax from Emacs 21.
---
 rcirc-color.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rcirc-color.el b/rcirc-color.el
index d9ef18ba34..bd76c5576d 100644
--- a/rcirc-color.el
+++ b/rcirc-color.el
@@ -176,6 +176,7 @@ commands."
 ;;;###autoload
 (define-minor-mode rcirc-color-mode
   "Enable the highlighting of nicknames."
+  :global t
   (cond
    (rcirc-color-mode
     (advice-add 'rcirc-facify :around #'rcirc-color--facify)



reply via email to

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