branch: master commit 2d4237ece703acb93943e02df99c11ce713958f4 Author: Alex Dunn <dunn.a...@gmail.com> Commit: Alex Dunn <dunn.a...@gmail.com>
common/helper: require cl Otherwise `make check` can lead to this error: https://gist.github.com/dunn/ee1080dd3b32aaf8594d3c8368da7bde --- realgud/common/helper.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/realgud/common/helper.el b/realgud/common/helper.el index a979ae5..5beaf39 100644 --- a/realgud/common/helper.el +++ b/realgud/common/helper.el @@ -12,6 +12,8 @@ ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. +(require 'cl) + ;;; Miscellaneous utility functions (require 'load-relative)