diff options
author | Teddy Wing | 2018-04-11 00:51:00 +0200 |
---|---|---|
committer | Teddy Wing | 2018-04-11 00:51:00 +0200 |
commit | 85f7fae25ac35920a5466e0658066a26345aa2c5 (patch) | |
tree | c51199af94b644321f73fb0dad9fb82e5a1f50c0 | |
parent | 3ab50cde20150ffb3ba5b11ffc2e74e8ca35c959 (diff) | |
download | w3m-session-backup-85f7fae25ac35920a5466e0658066a26345aa2c5.tar.bz2 |
save-backup: Get rid of commented FORMAT call
Ended up not using this. Wrote that when I started writing the function,
but I ended up needed something a bit more complicated with maps and
joins etc.
-rw-r--r-- | w3m-session-backup.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/w3m-session-backup.el b/w3m-session-backup.el index f98bb8c..5088df0 100644 --- a/w3m-session-backup.el +++ b/w3m-session-backup.el @@ -39,8 +39,5 @@ (last page 1))) (my-w3m-session-backup)) "\n\n")))) - ; (format - ; "%s\n%s\n\n" - ; ))) (save-backup) |