Makefile: Use BUILDOPTS.
[muse-el.git] / debian / emacsen-startup
blobfe0d4420a28c003e8bca0c228bc600217a8c0ddc
1 ;; -*-emacs-lisp-*-
2 ;;
3 ;; Emacs startup file for the Debian GNU/Linux muse package
4 ;;
5 ;; Originally contributed by Nils Naumann <naumann@unileoben.ac.at>
6 ;; Modified by Dirk Eddelbuettel <edd@debian.org>
7 ;; Adapted for dh-make by Jim Van Zandt <jrv@vanzandt.mv.com>
9 ;; The muse package follows the Debian/GNU Linux 'emacsen' policy and
10 ;; byte-compiles its elisp files for each 'emacs flavor' (emacs19,
11 ;; xemacs19, emacs20, xemacs20...).  The compiled code is then
12 ;; installed in a subdirectory of the respective site-lisp directory.
13 ;; We have to add this to the load-path:
15 ;; Add the source file
16 (when (fboundp 'debian-pkg-add-load-path-item)
17   (debian-pkg-add-load-path-item (concat "/usr/share/"
18                                          (symbol-name flavor)
19                                          "/site-lisp/muse-el")))
21 (autoload 'muse-use-font-lock "muse-colors")
22 (autoload 'muse-mode "muse-mode" nil t)
23 (autoload 'muse-latex-transform "muse-convert" nil t)