Merged from mwolson@gnu.org--2006 (patch 32-33)
[planner-el.git] / debian / emacsen-startup
blobe02d0b83be9252b5928e7e17f3cc5e7ce819d9f3
1 ;; -*-emacs-lisp-*-
2 ;;
3 ;; Emacs startup file for the Debian GNU/Linux planner-el 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 planner-el package follows the Debian/GNU Linux 'emacsen'
10 ;; policy and byte-compiles its elisp files for each 'emacs flavor'
11 ;; (emacs19, xemacs19, emacs20, xemacs20...).  The compiled code is
12 ;; then installed in a subdirectory of the respective site-lisp
13 ;; directory.  We have to add this to the load-path:
14 (when (fboundp 'debian-pkg-add-load-path-item)
15   (debian-pkg-add-load-path-item (concat "/usr/share/"
16                                          (symbol-name flavor)
17                                          "/site-lisp/planner-el")))
19 (load "planner-autoloads.el")