diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-15 20:11:35 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-15 20:11:35 +0000 |
commit | 3b711a63e64379492c994d98b663162ecdda93d1 (patch) | |
tree | 9182408e82b3b8e7c71d8574abcc5b7fb78670e8 /print/auctex | |
parent | dc443431ded67084465cd128e94e34fcbcb66991 (diff) | |
download | pkgsrc-3b711a63e64379492c994d98b663162ecdda93d1.tar.gz |
Adapt the MESSAGE to the new startup scheme
Diffstat (limited to 'print/auctex')
-rw-r--r-- | print/auctex/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/auctex/MESSAGE b/print/auctex/MESSAGE index d263aaf8c49..e9d4d05a61c 100644 --- a/print/auctex/MESSAGE +++ b/print/auctex/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2003/03/01 03:49:50 uebayasi Exp $ +$NetBSD: MESSAGE,v 1.4 2005/10/15 20:11:35 tonio Exp $ To customize AUC TeX you will need to edit the file @@ -12,7 +12,7 @@ when you update to a newer version of AUC TeX. You may then put - (require 'tex-site) + (load "auctex.el" nil t t) in your `${HOME}/.emacs.el' file. |