X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/e516799970be4553edae8ca46d5f64852befec77..2d0ffc9aa8662ec6d931bcb0d755ceb36fc62020:/lisp/vmsproc.el diff --git a/lisp/vmsproc.el b/lisp/vmsproc.el index bf561ad520..020dcb304d 100644 --- a/lisp/vmsproc.el +++ b/lisp/vmsproc.el @@ -1,10 +1,10 @@ ;;; vmsproc.el --- run asynchronous VMS subprocesses under Emacs +;; Copyright (C) 1986 Free Software Foundation, Inc. + ;; Author: Mukesh Prasad ;; Maintainer: FSF -;; Last-Modified: 29 Sep 1986 - -;; Copyright (C) 1986 Free Software Foundation, Inc. +;; Keywords: vms ;; This file is part of GNU Emacs. @@ -19,13 +19,14 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to -;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Code: (defvar display-subprocess-window nil - "If non-nil, the suprocess window is displayed whenever input is received.") + "If non-nil, the subprocess window is displayed whenever input is received.") (defvar command-prefix-string "$ " "String to insert to distinguish commands entered by user.")