changeset 10510:3070ab43f748

(update-copyright): Remove gratuitous error at end.
author Roland McGrath <roland@gnu.org>
date Sat, 21 Jan 1995 13:59:06 +0000
parents 49f3296db01d
children a0f2ce3200d0
files lisp/emacs-lisp/copyright.el
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/copyright.el	Sat Jan 21 00:12:27 1995 +0000
+++ b/lisp/emacs-lisp/copyright.el	Sat Jan 21 13:59:06 1995 +0000
@@ -1,6 +1,6 @@
 ;;; upd-copyr.el --- update the copyright notice in a GNU Emacs Lisp file
 
-;;; Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
+;;; Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
 
 ;; Author: Roland McGrath <roland@gnu.ai.mit.edu>
 ;; Keywords: maint
@@ -142,9 +142,7 @@
 		(progn
 		  (goto-char (match-beginning 1))
 		  (delete-region (point) (match-end 1))
-		  (insert current-gpl-version))))
-	  (or ask-upd
-	      (error "This buffer contains no copyright notice!"))))))))
+		  (insert current-gpl-version))))))))))
 
 ;;;###autoload
 (defun ask-to-update-copyright ()