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 | e3e8ae1a9e1f03193553427d161d7f777f765016 (patch) | |
tree | 9182408e82b3b8e7c71d8574abcc5b7fb78670e8 /print/auctex | |
parent | 0e33c06b36002a4e4e1f7fc53e448fa1dac9d8a8 (diff) | |
download | pkgsrc-e3e8ae1a9e1f03193553427d161d7f777f765016.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. |