File: compile.el

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