From 1414efbebfe896dbc8333bdbbff5e48e339c3e4c Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 2 Nov 2004 04:46:26 +0000 Subject: [PATCH] Synch to No Gnus 200411020446. --- lisp/html2text.el | 18 ------------------ 1 file changed, 18 deletions(-) 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))) ;; ;; ;; -- 1.7.10.4