From: yamaoka Date: Fri, 19 Nov 1999 13:17:10 +0000 (+0000) Subject: (md5): Allow the optional 4th and 5th arguments `coding' and `noerror'. X-Git-Tag: t-gnus-6_13_3-01~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5fdf23a93772c1664f9e4a40ba8b87d1721db37f;p=elisp%2Fgnus.git- (md5): Allow the optional 4th and 5th arguments `coding' and `noerror'. (function-max-args): Maybe-fbind for FSF Emacsen. --- diff --git a/lisp/lpath.el b/lisp/lpath.el index e4b76df..0e3d58e 100644 --- a/lisp/lpath.el +++ b/lisp/lpath.el @@ -95,12 +95,12 @@ rmail-summary-exists rmail-select-summary rmail-update-summary url-generic-parse-url valid-image-instantiator-format-p babel-fetch babel-wash babel-as-string sc-cite-regexp - smiley-encode-buffer))) + smiley-encode-buffer function-max-args))) (setq load-path (cons "." load-path)) (require 'custom) -(defun md5 (a &optional b c) +(defun md5 (object &optional start end coding noerror) ) (provide 'lpath)