From 781f0853ba44c57a46327bdbf4434fd694233874 Mon Sep 17 00:00:00 2001 From: kumar8600 Date: Sat, 12 Sep 2015 16:34:53 +0900 Subject: [PATCH] Add a dependency for 's' library #3 --- flycheck-clangcheck.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flycheck-clangcheck.el b/flycheck-clangcheck.el index f423a6c..078803e 100644 --- a/flycheck-clangcheck.el +++ b/flycheck-clangcheck.el @@ -2,8 +2,8 @@ ;; Author: kumar8600 ;; URL: https://github.com/kumar8600/flycheck-clangcheck -;; Version: 0.21 -;; Package-Requires: ((cl-lib "0.5") (seq "1.7") (flycheck "0.17")) +;; Version: 0.22 +;; Package-Requires: ((cl-lib "0.5") (seq "1.7") (s "1.9.0") (flycheck "0.17")) ;; Copyright (c) 2015 by kumar8600 @@ -27,6 +27,7 @@ (require 'cl-lib) (require 'json) (require 'seq) +(require 's) (require 'flycheck) (flycheck-def-option-var flycheck-clangcheck-dbname "compile_commands.json" c/c++-clangcheck