X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lisp%2Fpackage-info.el;h=7428f4908e6c5bd33c4117886a94f02521468cc3;hp=6226664e3afe380ac55234211868fcba1ab4a01c;hb=566b3d194e2d5c783808ac39437bd7e1a28b1c5c;hpb=762383636a99307282c2d93d26c35c046ec24da1 diff --git a/lisp/package-info.el b/lisp/package-info.el index 6226664..7428f49 100644 --- a/lisp/package-info.el +++ b/lisp/package-info.el @@ -94,7 +94,8 @@ author-version -- The original Author's version #. maintainer -- The package maintainer. category -- The build category." (unless noninteractive - (error "`batch-update-package-info' is to be used only with -batch")) + (error 'invalid-operation + "`batch-update-package-info' is to be used only with -batch")) (let ((version (nth 0 command-line-args-left)) (filename (nth 1 command-line-args-left)) (requires (nth 2 command-line-args-left))