diff options
author | Roland McGrath <roland@gnu.org> | 1992-09-04 21:49:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1992-09-04 21:49:15 +0000 |
commit | 5fe9245a628d904892f98374663b9ce318b223f0 (patch) | |
tree | 77629171218a84754a40a77a9ca531749abd2c6b /lisp/server.el | |
parent | 770b5d584bc7534cfb16d1488465ff068f7634aa (diff) | |
download | emacs-5fe9245a628d904892f98374663b9ce318b223f0.tar.gz |
entered into RCS
Diffstat (limited to 'lisp/server.el')
-rw-r--r-- | lisp/server.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/server.el b/lisp/server.el index 2ad6a84ba34..342389c2b05 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -1,6 +1,6 @@ ;;; server.el --- Lisp code for GNU Emacs running as server process. -;; Copyright (C) 1986, 1987 Free Software Foundation, Inc. +;; Copyright (C) 1986, 1987, 1992 Free Software Foundation, Inc. ;; Author: William Sommerfeld <wesommer@athena.mit.edu> ;; Keywords: processes @@ -304,5 +304,7 @@ Arg NEXT-BUFFER is a suggestion; if it is a live buffer, use it." (switch-to-buffer (other-buffer))))) (global-set-key "\C-x#" 'server-edit) + +(provide 'server) ;;; server.el ends here |