aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-06-23 01:55:31 +0000
committerRichard M. Stallman1998-06-23 01:55:31 +0000
commitb274c3ad1fe7a9f931f8e7af819a330cd3744367 (patch)
treea7aa5890adfe12aeaa9c52aebbe419e9f5267d02
parent33366a82fa5e22dea3b23fa8ab929fb4b93a35be (diff)
downloademacs-b274c3ad1fe7a9f931f8e7af819a330cd3744367.tar.gz
emacs-b274c3ad1fe7a9f931f8e7af819a330cd3744367.zip
Change copyright notice.
-rw-r--r--lisp/emacs-lisp/eval-reg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/eval-reg.el b/lisp/emacs-lisp/eval-reg.el
index 8d7824146ba..4b7acc83b5e 100644
--- a/lisp/emacs-lisp/eval-reg.el
+++ b/lisp/emacs-lisp/eval-reg.el
@@ -1,6 +1,6 @@
1;;; eval-reg.el --- Redefine eval-region, and subrs that use it, in Lisp 1;;; eval-reg.el --- Redefine eval-region, and subrs that use it, in Lisp
2 2
3;; Copyright (C) 1994, 1996 Daniel LaLiberte 3;; Copyright (C) 1994, 1996 Free Software Foundation, Inc.
4 4
5;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> 5;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
6;; Keywords: lisp 6;; Keywords: lisp