~vm/vm/trunk

« back to all changes in this revision

Viewing changes to vm-load.el.in

  • Committer: Samuel Bronson
  • Date: 2009-05-06 23:17:18 UTC
  • mto: This revision was merged to the branch mainline in revision 588.
  • Revision ID: naesten@gmail.com-20090506231718-zjzqvrd3eboshab5
Add an autoconf-generated file "vm-load.el" to ease loading from source tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; -*- mode: emacs-lisp -*-
 
2
;; Load VM easily
 
3
 
 
4
(add-to-list 'load-path "@abs_top_builddir@/lisp")
 
5
 
 
6
(load "vm-autoloads")