Mercurial > hg > xemacs-beta
comparison lisp/packages/gnuserv.el @ 171:929b76928fce r20-3b12
Import from CVS: tag r20-3b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:47:52 +0200 |
parents | 85ec50267440 |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
170:98a42ee61975 | 171:929b76928fce |
---|---|
1 ;;; gnuserv.el --- Lisp interface code between Emacs and gnuserv | 1 ;;; gnuserv.el --- Lisp interface code between Emacs and gnuserv |
2 ;; Copyright (C) 1989-1997 Free Software Foundation, Inc. | 2 ;; Copyright (C) 1989-1997 Free Software Foundation, Inc. |
3 | 3 |
4 ;; Version: 3.6 | 4 ;; Version: 3.7 |
5 ;; Author: Andy Norman (ange@hplb.hpl.hp.com), originally based on server.el | 5 ;; Author: Andy Norman (ange@hplb.hpl.hp.com), originally based on server.el |
6 ;; Hrvoje Niksic <hniksic@srce.hr> | 6 ;; Hrvoje Niksic <hniksic@srce.hr> |
7 ;; Maintainer: Jan Vroonhof <vroonhof@math.ethz.ch>, | 7 ;; Maintainer: Jan Vroonhof <vroonhof@math.ethz.ch>, |
8 ;; Hrvoje Niksic <hniksic@srce.hr> | 8 ;; Hrvoje Niksic <hniksic@srce.hr> |
9 ;; Keywords: environment, processes, terminals | 9 ;; Keywords: environment, processes, terminals |
77 ;; to define clients cleanly. Many thanks to Dave Gillespie! | 77 ;; to define clients cleanly. Many thanks to Dave Gillespie! |
78 | 78 |
79 | 79 |
80 ;;; Code: | 80 ;;; Code: |
81 | 81 |
82 (defconst gnuserv-rcs-version | |
83 "$Id: gnuserv.el,v 1.12 1997/06/29 23:13:06 steve Exp $") | |
84 | |
85 (defgroup gnuserv nil | 82 (defgroup gnuserv nil |
86 "The gnuserv suite of programs to talk to Emacs from outside." | 83 "The gnuserv suite of programs to talk to Emacs from outside." |
87 :group 'environment | 84 :group 'environment |
88 :group 'processes | 85 :group 'processes |
89 :group 'terminals) | 86 :group 'terminals) |
90 | 87 |
91 | 88 |
92 | |
93 ;; Provide the old variables as aliases, to avoid breaking .emacs | 89 ;; Provide the old variables as aliases, to avoid breaking .emacs |
94 ;; files. However, they are obsolete and should be converted to the | 90 ;; files. However, they are obsolete and should be converted to the |
95 ;; new forms. This ugly crock must be before the variable | 91 ;; new forms. This ugly crock must be before the variable |
96 ;; declaration, or the scheme fails. | 92 ;; declaration, or the scheme fails. |
97 | 93 |