diff options
author | sada <sada@FreeBSD.org> | 2001-09-24 12:43:46 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2001-09-24 12:43:46 +0000 |
commit | d3b1c585830be978f3699ad177aad74594c8e020 (patch) | |
tree | 6d1a725a0252b4ec50b34ed7a6704f137b6eb75a /editors/gnuserv/pkg-message | |
parent | b1638ff88d18683c9fc4ca9cab003a7dc653afda (diff) | |
download | FreeBSD-ports-d3b1c585830be978f3699ad177aad74594c8e020.zip FreeBSD-ports-d3b1c585830be978f3699ad177aad74594c8e020.tar.gz |
Add new port editors/gnuserv-emacs20
PR: ports/25993
Submitted by: Ilya Martynov <ilya@martynov.org>
Diffstat (limited to 'editors/gnuserv/pkg-message')
-rw-r--r-- | editors/gnuserv/pkg-message | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/gnuserv/pkg-message b/editors/gnuserv/pkg-message new file mode 100644 index 0000000..2553879 --- /dev/null +++ b/editors/gnuserv/pkg-message @@ -0,0 +1,10 @@ +***************************************************************************** + +Add following code into your .emacs to enable autoloading of gnuserv lisp +files: + + (autoload 'gnuserv-start "gnuserv-compat" + "Allow this Emacs process to be a server for client processes." + t) + +***************************************************************************** |