To strip or not.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 3 Jul 2000 19:23:59 +0000 (19:23 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 3 Jul 2000 19:23:59 +0000 (19:23 +0000)
lisp/ChangeLog
lisp/nnslashdot.el

index bfaf179..7ac39db 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-04 15:17:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip?
+
 2000-07-03  Stainless Steel Rat <ratinox@peorth.gweep.net>
 
        * gnus-sum.el (gnus-recenter): Fix horizontal recenter.
index 15f1ed6..07862df 100644 (file)
 (defun nnslashdot-lose (why)
   (error "Slashdot HTML has changed; please get a new version of nnslashdot"))
 
-(defun nnslashdot-sid-strip (sid)
-  (if (string-match "^00/" sid)
-      (substring sid (match-end 0))
-    sid))
+;(defun nnslashdot-sid-strip (sid)
+;  (if (string-match "^00/" sid)
+;      (substring sid (match-end 0))
+;    sid))
+
+(defalias 'nnslashdot-sid-strip 'identity)
 
 (provide 'nnslashdot)