X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fpackage-info.el;h=7428f4908e6c5bd33c4117886a94f02521468cc3;hb=cc1e3c3c27a6f62ba789819c871b2d8101835286;hp=6226664e3afe380ac55234211868fcba1ab4a01c;hpb=762383636a99307282c2d93d26c35c046ec24da1;p=chise%2Fxemacs-chise.git.1 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))