summaryrefslogtreecommitdiff
path: root/lib-src/emacsserver.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-04-24 08:11:28 +0000
committerJim Blandy <jimb@redhat.com>1992-04-24 08:11:28 +0000
commit4ee3f842d8ef655b0b36debf8039f0f13d937b1d (patch)
tree7a6f5db669b22abb3aa83f62499355840f788fa8 /lib-src/emacsserver.c
parent28e77684e5bdddd296fc4cb53a8942bf16ed0097 (diff)
downloademacs-4ee3f842d8ef655b0b36debf8039f0f13d937b1d.tar.gz
entered into RCS
Diffstat (limited to 'lib-src/emacsserver.c')
-rw-r--r--lib-src/emacsserver.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c
index e65e3e97831..19de7e66eb8 100644
--- a/lib-src/emacsserver.c
+++ b/lib-src/emacsserver.c
@@ -1,11 +1,11 @@
/* Communication subprocess for GNU Emacs acting as server.
- Copyright (C) 1986, 1987 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1987, 1992 Free Software Foundation, Inc.
This file is part of GNU Emacs.
GNU Emacs is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU Emacs is distributed in the hope that it will be useful,
@@ -228,6 +228,7 @@ main ()
jmp_buf msgenv;
+SIGTYPE
msgcatch ()
{
longjmp (msgenv, 1);