diff options
author | Teddy Wing | 2018-04-12 01:23:19 +0200 |
---|---|---|
committer | Teddy Wing | 2018-04-12 01:23:19 +0200 |
commit | f21c2efde8411b4b6c887e8333996f177fd4c9a1 (patch) | |
tree | 8642659da18e594779e055027ddeb9836f970760 | |
parent | 5b892ac045324768eaa80a8d5235863bfa62d942 (diff) | |
download | w3m-session-backup-f21c2efde8411b4b6c887e8333996f177fd4c9a1.tar.bz2 |
Delete development comments
These were reference comments I took during development and are no
longer needed.
-rw-r--r-- | w3m-session-backup.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/w3m-session-backup.el b/w3m-session-backup.el index f152af3..2b316a3 100644 --- a/w3m-session-backup.el +++ b/w3m-session-backup.el @@ -67,12 +67,6 @@ (last buffer))) (w3m-session-backup--buffers))) - -;; Write to file - ;; https://stackoverflow.com/questions/2321904/elisp-how-to-save-data-in-a-file#2322164 -;; Format some YAML text to write to the file -;; Configurable dynamic filename based on date-time - (defun w3m-session-backup--yml-escape (str) "YAML escape single quotes by doubling them." (replace-regexp-in-string @@ -104,9 +98,6 @@ (format "w3m-tabs-%s.yml" (format-time-string "%Y%m%d-%Hh%Mm%S"))) -;; Make filename customisable - -;; Make M-x command to write session backup ;;;###autoload (defun w3m-session-backup () |