From db8d403511f05ce5888fe6014a31e95354b8555c Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 13 Dec 1999 08:47:03 +0000 Subject: [PATCH] Fix typo. --- digest-md5.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digest-md5.el b/digest-md5.el index 9ff1d86..e6f87dc 100644 --- a/digest-md5.el +++ b/digest-md5.el @@ -60,7 +60,7 @@ ;; (realm nonce qop-options stale maxbuf charset ;; algorithm cipher-opts auth-param). (with-temp-buffer - (set-syntax-table digest-md5-parse-challenge-syntax-table) + (set-syntax-table digest-md5-parse-digest-challenge-syntax-table) (insert digest-challenge) (goto-char (point-min)) (insert "(") -- 1.7.10.4