Display some hints to the user after activation (was after installation;

confusing if you have debugging turned on).

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@9494 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Gregory Wright
2004-12-01 04:07:29 +00:00
parent edb3dad3d1
commit 3af864eefa
+3 -2
View File
@@ -1,8 +1,9 @@
# $Id: Portfile,v 1.1 2004/11/13 15:57:14 gwright Exp $
# $Id: Portfile,v 1.2 2004/12/01 04:07:29 gwright Exp $
PortSystem 1.0
name prolog-mode.el
version 1.2
revision 1
categories lang editors
maintainers gwright@opendarwin.org
platforms darwin
@@ -41,7 +42,7 @@ destroot { file mkdir ${destroot}${prefix}/share/emacs/site-lisp
${destroot}${prefix}/share/emacs/site-lisp
}
post-install { ui_msg "To use this, put the following into your ~/.emacs:"
post-activate { ui_msg "To use this, put the following into your ~/.emacs:"
ui_msg "(autoload 'run-prolog \"prolog\" \"Start a Prolog sub-process.\" t)"
ui_msg "(autoload 'prolog-mode \"prolog\" \"Major mode for editing Prolog programs.\" t)"
ui_msg "(autoload 'mercury-mode \"prolog\" \"Major mode for editing Mercury programs.\" t)"