File: make-elc

package info (click to toggle)
t-code 2%3A2.2.1%2B2.3pre4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,828 kB
  • ctags: 627
  • sloc: lisp: 9,029; perl: 748; sh: 374; makefile: 138
file content (9 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
;-*-emacs-lisp-*-
;; make .elc files
(setq load-path (cons "." load-path))
(let (tcode-init-file-name)
  (load "tc-setup.el"))
(load "tc-sysdep.el")
(and (fboundp 'set-language-environment)
     (set-language-environment "Japanese"))
(batch-byte-compile)