1 2 3 4 5 6 7 8 9 10 11 12 13 14
(defun my-w3m-session-backup () "TODO" (mapcar (lambda (buffer) buffer) (nth 2 (first (w3m-load-list w3m-session-file))))) ;; (first (nth 2 ;; (first ;; (w3m-load-list w3m-session-file)))) (first (my-w3m-session-backup))