From: yamaoka Date: Tue, 2 Nov 2004 04:46:26 +0000 (+0000) Subject: Synch to No Gnus 200411020446. X-Git-Tag: t-gnus-6_17_4-quimby-~687 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=1414efbebfe896dbc8333bdbbff5e48e339c3e4c;p=elisp%2Fgnus.git- Synch to No Gnus 200411020446. --- diff --git a/lisp/html2text.el b/lisp/html2text.el index 9de6216..f5e0e58 100644 --- a/lisp/html2text.el +++ b/lisp/html2text.el @@ -214,24 +214,6 @@ formatting, and then moved afterward.") ;; return - value attr-list)) -(defun html2text-get-attr (p1 p2) - (save-restriction - (narrow-to-region p1 p2) - (let (result) - (goto-char (point-min)) - (while (not (eobp)) - (when (re-search-forward "[^= ]+" nil t) - (push - (list - (match-string 0) - (when (looking-at " *= *") - (goto-char (match-end 0)) - (buffer-substring - (point) - (goto-char (or (ignore-errors (scan-sexps (point) 1)) - (point-max)))))) - result))) - result))) ;; ;; ;;