aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/eval-reg.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/eval-reg.el b/lisp/emacs-lisp/eval-reg.el
index 72c4437043f..e8a464b7d35 100644
--- a/lisp/emacs-lisp/eval-reg.el
+++ b/lisp/emacs-lisp/eval-reg.el
@@ -1,11 +1,11 @@
1;;;; Redefine eval-region, and subroutines that use it, in Lisp 1;;; eval-region.el --- Redefine eval-region, and subrs that use it, in Lisp
2;; Copyright (C) 1994 Daniel LaLiberte 2;; Copyright (C) 1994 Daniel LaLiberte
3 3
4;; This file is not part of GNU Emacs. 4;; This file is part of GNU Emacs.
5 5
6;; GNU Emacs is free software; you can redistribute it and/or modify 6;; GNU Emacs is free software; you can redistribute it and/or modify
7;; it under the terms of the GNU General Public License as published by 7;; it under the terms of the GNU General Public License as published by
8;; the Free Software Foundation; either version 1, or (at your option) 8;; the Free Software Foundation; either version 2, or (at your option)
9;; any later version. 9;; any later version.
10 10
11;; GNU Emacs is distributed in the hope that it will be useful, 11;; GNU Emacs is distributed in the hope that it will be useful,