File: make-elc

package info (click to toggle)
t-code 2%3A2.3.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,812 kB
  • sloc: lisp: 10,356; perl: 748; sh: 384; makefile: 138
file content (8 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
;-*-emacs-lisp-*-
;; make .elc files
(setq load-path (cons "." load-path))
;;(let (tcode-init-file-name)
;;  (load "tc-setup.el"))
(and (fboundp 'set-language-environment)
     (set-language-environment "Japanese"))
(batch-byte-compile)