Mercurial > emacs
diff lisp/server.el @ 658:7cbd4fcd8b0f
*** empty log message ***
| author | Eric S. Raymond <esr@snark.thyrsus.com> |
|---|---|
| date | Sat, 30 May 1992 21:11:25 +0000 |
| parents | 2a2230dd1b1c |
| children | c89caa39704a |
line wrap: on
line diff
--- a/lisp/server.el Sat May 30 20:24:49 1992 +0000 +++ b/lisp/server.el Sat May 30 21:11:25 1992 +0000 @@ -1,4 +1,5 @@ -;; Lisp code for GNU Emacs running as server process. +;;; 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. ;; Changes by peck@sun.com and by rms. @@ -296,3 +297,5 @@ (switch-to-buffer (other-buffer))))) (global-set-key "\C-x#" 'server-edit) + +;;; server.el ends here
