Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > d72ea8e5b89b91a5a4513de03c123648 > files > 1

gnuserv-3.12.8-4mdv2010.0.x86_64.rpm

;; -*- Mode: Emacs-Lisp -*-
; Copyright (C) 2000 by Chmouel Boudjnah
; 
; Redistribution of this file is permitted under the terms of the GNU 
; Public License (GPL)
;
(setq load-path (append load-path '("/usr/share/emacs/site-lisp/gnuserv/")))
(fset 'server-start 'gnuserv-start)
(autoload (quote gnuserv-start) "gnuserv-compat" 
    "Allow this Emacs process to be a server for client processes.
This starts a gnuserv communications subprocess through which
client \"editors\" (gnuclient and gnudoit) can send editing commands to
this Emacs job.  See the gnuserv(1) manual page for more details.
Prefix arg means just kill any existing server communications subprocess."
    t nil)