[emacs-w3m:13278] w3m-history-slimmed-history-flat() wrong
Hideyuki SHIRAI (白井秀行) <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Organization | Resident at Meadowy farm. |
| Message-ID | <[email protected]> |
# github ML # ^^;;; ## I am so sleepy that I will explain it in Japanese m(_ _)m git pull w3m-history.el/w3m-history-slimmed-history-flat() (setq new-flat (cons (cdr (assoc position flat-map)) nil)) --> (setq new-flat (cdr (assoc position flat-map))) w3m-session-history-to-save() session file ........ (setq new1 nil) (setq new1 (cdr '(1 2))) (2) new1 ==> (2) (setq old1 nil) (setq old1 (cons (cdr '(1 2)) nil)) old1 ==> ((2)) (listp "some url string") error ## github ## Mac TimeMachine ##