elisp: add missing require cl-lib to use cl-case

This commit is contained in:
Jacob Hrbek 2020-09-01 21:52:42 +02:00
parent 08722b8f97
commit ac63aff0cd

@ -4,6 +4,8 @@
;; RELEVANT: XDG specification used for non-standard file hiearchy on unix https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html ;; RELEVANT: XDG specification used for non-standard file hiearchy on unix https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
(require 'cl-lib)
;; FIXME-QA: Wrap defvar simmilar to defun so that we can use 'var-name' ;; FIXME-QA: Wrap defvar simmilar to defun so that we can use 'var-name'
(zn-defvar emacs-log-file (zn-defvar emacs-log-file
(cl-case system-type (cl-case system-type