File: make-elc

package info (click to toggle)
t-code 2%3A2.3.1-3.5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,928 kB
  • ctags: 731
  • sloc: lisp: 10,355; perl: 748; sh: 384; makefile: 134
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)