]> git.eshelyaron.com Git - emacs.git/commitdiff
(update-copyright): Remove gratuitous error at end.
authorRoland McGrath <roland@gnu.org>
Sat, 21 Jan 1995 13:59:06 +0000 (13:59 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 21 Jan 1995 13:59:06 +0000 (13:59 +0000)
lisp/emacs-lisp/copyright.el

index 8527c68378bfd358c7c2ad1b965a53c98836fb7d..e70f5771eac7258cfc1a1e20484f68b338e8efed 100644 (file)
@@ -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 @@ Put point there and hit \\[exit-recursive-edit]."))
                (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 ()