File: make-elc.el

package info (click to toggle)
t-code 1%3A2.0beta9-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,632 kB
  • ctags: 507
  • sloc: lisp: 7,176; sh: 488; ansic: 440; perl: 270; makefile: 116
file content (5 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
(setq load-path (cons "." load-path))
(load "tc-sysdep.el")
(and (fboundp 'set-language-environment)
     (set-language-environment "Japanese"))
(batch-byte-compile)