Skip to content

Commit

Permalink
* navi2ch-article.el (navi2ch-article-get-last-read-number):
Browse files Browse the repository at this point in the history
Pass not article itself, but copy of it to navi2ch-article-load-info() .

* navi2ch-board.el (navi2ch-board-insert-subjects): Revert the
last change.
  • Loading branch information
nawota committed Jan 23, 2008
1 parent 94de23c commit cf37252
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
@@ -1,3 +1,12 @@
2008-01-23 Naohiro Aota <nao.aota@gmail.com>

* navi2ch-article.el (navi2ch-article-get-last-read-number):
article $B$=$N$b$N$G$O$J$/!"(B article $B$N%3%T!<$r(B
navi2ch-article-load-info() $B$KEO$9$h$&$K!#(B

* navi2ch-board.el (navi2ch-board-insert-subjects): Revert the
last change.

2008-01-22 Naohiro Aota <nao.aota@gmail.com>

* navi2ch-vars.el (navi2ch-article-message-filter-list):
Expand Down
2 changes: 1 addition & 1 deletion navi2ch-article.el
Expand Up @@ -1389,7 +1389,7 @@ FIRST $B$,(B nil $B$J$i$P!"%U%!%$%k$,99?7$5$l$F$J$1$l$P2?$b$7$J$$!#(B"
navi2ch-article-important-mode)
(cdr (assq 'number navi2ch-article-current-article))
(navi2ch-article-get-current-number))))
(setq article (navi2ch-article-load-info board article))
(setq article (navi2ch-article-load-info board (copy-alist article)))
(setq hide (cdr (assq 'hide article))
num (cdr (assq 'number article))))
(when num
Expand Down
2 changes: 1 addition & 1 deletion navi2ch-board.el
Expand Up @@ -316,7 +316,7 @@
(read (and navi2ch-board-insert-subject-with-unread
(navi2ch-article-get-last-read-number
navi2ch-board-current-board
(copy-tree article)))))
article))))
(concat "("
(format "%4s" res)
(and navi2ch-board-insert-subject-with-diff
Expand Down

0 comments on commit cf37252

Please sign in to comment.