elisp: add missing require cl-lib to use cl-case
This commit is contained in:
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
|
||||
|
||||
(require 'cl-lib)
|
||||
|
||||
;; FIXME-QA: Wrap defvar simmilar to defun so that we can use 'var-name'
|
||||
(zn-defvar emacs-log-file
|
||||
(cl-case system-type
|
||||
|
Loading…
Reference in New Issue
Block a user