Changeset 4169 for trunk/lisp/gnus/nnslashdot.el
- Timestamp:
- 09/30/06 09:12:06 (2 years ago)
- Files:
-
- trunk/lisp (modified) (1 prop)
- trunk/lisp/gnus/nnslashdot.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp
- Property svn:ignore changed from
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
to
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
pre-mh-loaddefs.el-CMD
- Property svn:ignore changed from
trunk/lisp/gnus/nnslashdot.el
r4058 r4169 259 259 (buffer-substring 260 260 (search-forward "<div class=\"commentBody\">") 261 (search-forward "</div>"))))))) 261 (progn 262 (search-forward "<div class=\"commentSub\">") 263 (match-beginning 0)))))))) 262 264 (search-failed (nnslashdot-lose why))) 263 265
