projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec14274
)
Fix typo.
author
ueno
<ueno>
Mon, 13 Dec 1999 08:47:03 +0000
(08:47 +0000)
committer
ueno
<ueno>
Mon, 13 Dec 1999 08:47:03 +0000
(08:47 +0000)
digest-md5.el
patch
|
blob
|
history
diff --git
a/digest-md5.el
b/digest-md5.el
index
9ff1d86
..
e6f87dc
100644
(file)
--- 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 "(")