comparison lisp/server.el @ 807:4f28bd14272c

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 16 Jul 1992 21:47:34 +0000
parents 3cece0106722
children 38b2499cb3e9
comparison
equal deleted inserted replaced
806:d42e1151eed8 807:4f28bd14272c
1 ;;; server.el --- Lisp code for GNU Emacs running as server process. 1 ;;; server.el --- Lisp code for GNU Emacs running as server process.
2 2
3 ;; Author: William Sommerfeld <wesommer@athena.mit.edu> 3 ;; Author: William Sommerfeld <wesommer@athena.mit.edu>
4 ;; Last-Modified: 5 Dec 1991 4 ;; Last-Modified: 05 Dec 1991
5 5
6 ;; Changes by peck@sun.com and by rms. 6 ;; Changes by peck@sun.com and by rms.
7 7
8 ;; Copyright (C) 1986, 1987 Free Software Foundation, Inc. 8 ;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by 13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 1, or (at your option) 14 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; any later version. 15 ;; any later version.
16 16
17 ;; GNU Emacs is distributed in the hope that it will be useful, 17 ;; GNU Emacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the