1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/editors/gnuserv/files/patch-gnuserv.el
Ying-Chieh Liao 0e3c4ba4ff fix bin name
PR:		43466
Submitted by:	MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
2003-01-03 06:08:40 +00:00

12 lines
318 B
EmacsLisp

--- gnuserv.el.orig Thu Jan 25 19:41:59 2001
+++ gnuserv.el Sun Sep 29 19:16:03 2002
@@ -173,7 +173,7 @@
(function :tag "Other"))
:group 'gnuserv)
-(defcustom gnuserv-program "gnuserv"
+(defcustom gnuserv-program "gnuserv-emacs"
"*Program to use as the editing server."
:type 'string
:group 'gnuserv)