diff options
author | Roland McGrath <roland@gnu.org> | 1995-01-21 13:59:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-01-21 13:59:06 +0000 |
commit | 3e64e15047fe32584184a6ac8fca512f65ca5d78 (patch) | |
tree | ca5c642b4201373e605c0572a684887b6866e81b /lisp/emacs-lisp | |
parent | 3e9558aeaf053a463e9ba42093d89148078e5986 (diff) | |
download | emacs-3e64e15047fe32584184a6ac8fca512f65ca5d78.tar.gz emacs-3e64e15047fe32584184a6ac8fca512f65ca5d78.tar.bz2 emacs-3e64e15047fe32584184a6ac8fca512f65ca5d78.zip |
(update-copyright): Remove gratuitous error at end.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/copyright.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 8527c68378b..e70f5771eac 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -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 () |