From d402aaa1e1a507e6145ef9c1a7c1957496e3cdc3 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 19 Jan 2021 16:13:00 -0700 Subject: Use 'cl-case' not 'case' and require cl-lib Signed-off-by: Sean Whitton --- mailscripts.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mailscripts.el') diff --git a/mailscripts.el b/mailscripts.el index 703f86e..aafcf15 100644 --- a/mailscripts.el +++ b/mailscripts.el @@ -21,6 +21,7 @@ ;;; Code: +(require 'cl-lib) (require 'notmuch) (require 'thingatpt) @@ -202,7 +203,7 @@ git-format-patch(1)." branch)))))) (defun mailscripts--project-repo-and-branch (f &rest args) - (let ((repo (case mailscripts-project-library + (let ((repo (cl-case mailscripts-project-library ('project (require 'project) (project-prompt-project-dir)) -- cgit v1.2.3