summaryrefslogtreecommitdiff
path: root/test/make-compile.el
blob: e4be68e8040360f09f9e716f5c8be68cafbe2e82 (plain)
1
2
3
4
;;; -*- lexical-binding: t -*-
(setq files '("evil-surround.el"))
(setq byte-compile--use-old-handlers nil)
(mapc #'byte-compile-file files)