Skip to content

Commit

Permalink
Require cl-lib macros during compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlarumbe committed Aug 21, 2024
1 parent d2bb74e commit a244912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fpga-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
;;; Code:

(require 'compile)

(eval-when-compile
(require 'cl-lib))

;;;; Custom
(defcustom fpga-utils-source-extension-re (concat "\\." (regexp-opt '("sv" "svh" "v" "vh" "vhd" "vhdl")) "\\'")
Expand Down

0 comments on commit a244912

Please sign in to comment.