Mercurial > hg > xemacs-beta
diff lisp/w3/w3-forms.el @ 38:1a767b41a199 r19-15b102
Import from CVS: tag r19-15b102
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:54:01 +0200 |
parents | c53a95d3c46d |
children | 8d2a9b52c682 |
line wrap: on
line diff
--- a/lisp/w3/w3-forms.el Mon Aug 13 08:53:41 2007 +0200 +++ b/lisp/w3/w3-forms.el Mon Aug 13 08:54:01 2007 +0200 @@ -1,7 +1,7 @@ ;;; w3-forms.el --- Emacs-w3 forms parsing code for new display engine ;; Author: wmperry -;; Created: 1997/03/15 00:31:11 -;; Version: 1.78 +;; Created: 1997/03/18 23:20:04 +;; Version: 1.79 ;; Keywords: faces, help, comm, data, languages ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -887,7 +887,6 @@ (lambda (char) (cond ((= char ? ) "+") - ((memq char '(?: ?/)) (char-to-string char)) ((memq char url-unreserved-chars) (char-to-string char)) (t (upcase (format "%%%02x" char)))))) (mule-encode-string chunk) ""))