~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to debian/in.gcl.emacsen-startup

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;; -*-emacs-lisp-*-
 
2
;;
 
3
;; Emacs startup file for the Debian GNU/Linux #PACKAGE# 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>
 
8
 
 
9
;; The #PACKAGE# 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:
 
14
(setq load-path (cons (concat "/usr/share/"
 
15
                              (symbol-name debian-emacs-flavor)
 
16
                              "/site-lisp/gcl@EXT@") load-path))
 
17
 
 
18
(autoload 'run@EXT@ "gcl@EXT@" "" t)
 
19
(autoload 'dbl@EXT@ "dbl@EXT@" "" t)