From 5fdf23a93772c1664f9e4a40ba8b87d1721db37f Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 19 Nov 1999 13:17:10 +0000 Subject: [PATCH] (md5): Allow the optional 4th and 5th arguments `coding' and `noerror'. (function-max-args): Maybe-fbind for FSF Emacsen. --- lisp/lpath.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4