File: make-compile.el

package info (click to toggle)
ace-window 0.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: lisp: 770; makefile: 15
file content (3 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (2)
1
2
3
(setq files '("ace-window.el"))
(setq byte-compile--use-old-handlers nil)
(mapc #'byte-compile-file files)