diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-19 17:55:34 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-19 17:55:34 -0800 |
commit | de8f52b0ee53d865640c530657daddd2889b7e8b (patch) | |
tree | bb23a597799005216167d288de34510a23724993 | |
parent | ae15b89b59f5b16ac4e4a682943a989100326f47 (diff) | |
download | emacs-de8f52b0ee53d865640c530657daddd2889b7e8b.tar.gz |
Fix author comment
-rw-r--r-- | lisp/net/rcompile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/rcompile.el b/lisp/net/rcompile.el index d5815468a05..09677a654c0 100644 --- a/lisp/net/rcompile.el +++ b/lisp/net/rcompile.el @@ -1,8 +1,8 @@ ;;; rcompile.el --- run a compilation on a remote machine -;; Copyright (C) 1993-1994, 2001-2012 Free Software Foundation, Inc. +;; Copyright (C) 1993-1994, 2001-2012 Free Software Foundation, Inc. -;; Author: Albert <alon@milcse.rtsg.mot.com> +;; Author: Alon Albert <alon@milcse.rtsg.mot.com> ;; Maintainer: FSF ;; Created: 1993 Oct 6 ;; Keywords: tools, processes |