# HG changeset patch # User Daniel LaLiberte # Date 765578819 0 # Node ID 8d1e282a457e28a17cf406d230fbab483f29387c # Parent b5dc04567426a0d48b584ea4458769040520b935 Comment fixes. diff -r b5dc04567426 -r 8d1e282a457e lisp/emacs-lisp/eval-reg.el --- a/lisp/emacs-lisp/eval-reg.el Tue Apr 05 07:43:21 1994 +0000 +++ b/lisp/emacs-lisp/eval-reg.el Tue Apr 05 20:46:59 1994 +0000 @@ -1,11 +1,11 @@ -;;;; Redefine eval-region, and subroutines that use it, in Lisp +;;; eval-region.el --- Redefine eval-region, and subrs that use it, in Lisp ;; Copyright (C) 1994 Daniel LaLiberte -;; This file is not part of GNU Emacs. +;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 1, or (at your option) +;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful,