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

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

[elpa] externals/poke 7851b82ef7 19/76: poke.el: require subr-ex


From: ELPA Syncer
Subject: [elpa] externals/poke 7851b82ef7 19/76: poke.el: require subr-ex
Date: Tue, 5 Apr 2022 14:59:34 -0400 (EDT)

branch: externals/poke
commit 7851b82ef7ae9cfdadd8287143f18b689857a375
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Commit: Jose E. Marchesi <jose.marchesi@oracle.com>

    poke.el: require subr-ex
    
    * emacs/poke.el (poke-styling-faces): Handle styling classes
    "error" and "warning".
    (poke-warning-face): Define.
    (poke-error-face): Likewise.
    (poke_el_banner): Define and invoke at startup.
    * .x-sc_unmarked_diagnostics: Add emacs/poke.el.
---
 poke.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/poke.el b/poke.el
index a442099db4..7461a939ec 100644
--- a/poke.el
+++ b/poke.el
@@ -46,6 +46,7 @@
 ;;; Code:
 
 (require 'comint)
+(require 'subr-x)
 
 ;;;; First, some utilities
 



reply via email to

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