diff options
Diffstat (limited to 'lisp/server.el')
-rw-r--r-- | lisp/server.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/server.el b/lisp/server.el index 59219967b8e..2ad6a84ba34 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -1,13 +1,12 @@ ;;; server.el --- Lisp code for GNU Emacs running as server process. +;; Copyright (C) 1986, 1987 Free Software Foundation, Inc. + ;; Author: William Sommerfeld <wesommer@athena.mit.edu> -;; Last-Modified: 05 Dec 1991 ;; Keywords: processes ;; Changes by peck@sun.com and by rms. -;; Copyright (C) 1986, 1987 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify |