branch: elpa/keycast
commit 16d9961d15536054632be1eff75fd0fb1a4420f8
Author: Victor Makarov <[email protected]>
Commit: Victor Makarov <[email protected]>

    Add format-spec requirement
---
 keycast.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/keycast.el b/keycast.el
index 8f319ea629..718302a84e 100644
--- a/keycast.el
+++ b/keycast.el
@@ -29,6 +29,9 @@
 ;; and updates them whenever another command is invoked.
 
 ;;; Code:
+
+(require 'format-spec)
+
 ;;; Options
 
 (defgroup keycast nil

Reply via email to