source: projects/specs/trunk/h/html-helper-mode/HHM-MK @ 756

Revision 756, 311 bytes checked in by iwaim, 14 years ago (diff)

add html-helper-mode 2.19.1.1-5 files

Line 
1;;; -*- Emacs-Lisp -*-
2;; for byte-compile html-helper-mode
3
4;;; Code
5(require 'bytecomp)
6
7(let ((load-path (cons default-directory load-path))
8      (compile-file-list '("./tempo.el"
9                           "./html-helper-mode.el")))
10  (message "Compiling -----")
11  (mapcar 'byte-compile-file compile-file-list))
12
13;;; ends here
Note: See TracBrowser for help on using the repository browser.