[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: Tiny sb-the-register.el patch



Hmm, wouldn't hurt to send the diff too even though it's
just one character...
--- cvs-src/emacs-w3m/shimbun/sb-the-register.el	2006-06-06 09:01:08.000000000 +0200
+++ share/emacs/site-lisp/w3m/sb-the-register.el	2006-08-24 11:18:57.000000000 +0200
@@ -78,7 +78,7 @@
   (save-excursion
     ;; remove annoying stuff
     (let ((junk '(("(<span class=\"URL\">" . "</span>)")
-		  ("<div class=\"Ad\">" . "</div>"))))
+		  ("<div class=\"Ad\"" . "</div>"))))
       (while junk
 	(goto-char (point-min))
 	(let ((beg-str (caar junk)) (end-str (cdar junk)) beg end)