Fix typo.
authorueno <ueno>
Mon, 13 Dec 1999 08:47:03 +0000 (08:47 +0000)
committerueno <ueno>
Mon, 13 Dec 1999 08:47:03 +0000 (08:47 +0000)
digest-md5.el

index 9ff1d86..e6f87dc 100644 (file)
@@ -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 "(")