changeset 33735:b27d530cc1ce

(md5): Fix error call.
author Dave Love <fx@gnu.org>
date Wed, 22 Nov 2000 11:17:23 +0000
parents 158687c6a102
children a65a0f325369
files lisp/md5.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/md5.el	Wed Nov 22 11:14:50 2000 +0000
+++ b/lisp/md5.el	Wed Nov 22 11:17:23 2000 +0000
@@ -70,8 +70,7 @@
 	  (unless (eq 0 (call-process-region (or start (point-min))
 					     (or end (point-max))
 					     md5-program nil out-buffer))
-	    (error "Running MD5 command %s failed"
-		   (cons md5-program md5-program-args)))))
+	    (error "Running `md5-program' failed"))))
       ;; The meaningful output is the first 32 characters.
       ;; Don't return the newline that follows them!
       (buffer-substring 1 33))))