[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive fd693d7f20 7/7: Comment: Add TODO
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive fd693d7f20 7/7: Comment: Add TODO |
Date: |
Sun, 3 Sep 2023 15:59:51 -0400 (EDT) |
branch: elpa/hyperdrive
commit fd693d7f209b2e39443969dce7f0c5aa52298216
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Comment: Add TODO
---
hyperdrive.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hyperdrive.el b/hyperdrive.el
index 166a972560..ad7e2a1442 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -318,6 +318,8 @@ Intended to be passed to `buffer-local-restore-state'.")
write-contents-functions (cl-adjoin
#'hyperdrive--write-contents write-contents-functions)
;; TODO: Modify buffer-local value of
`save-some-buffers-action-alist'
;; to allow diffing modified buffer with hyperdrive file
+ ;; TODO: Add to `kill-buffer-query-functions' to
+ ;; query before killing hyperdrive buffers.
buffer-offer-save t))
(add-hook 'after-change-major-mode-hook
#'hyperdrive--hack-write-contents-functions nil 'local))
- [nongnu] elpa/hyperdrive updated (62e1876e7f -> fd693d7f20), ELPA Syncer, 2023/09/03
- [nongnu] elpa/hyperdrive 63171c5487 6/7: Docs: Update documentation about save-some-buffers, ELPA Syncer, 2023/09/03
- [nongnu] elpa/hyperdrive fd693d7f20 7/7: Comment: Add TODO,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive cef8bd23d6 1/7: Fix: Typo, ELPA Syncer, 2023/09/03
- [nongnu] elpa/hyperdrive a6e5a4eb2f 2/7: Fix: (hyperdrive-vars.el) Remove :group and fix some :set and :type, ELPA Syncer, 2023/09/03
- [nongnu] elpa/hyperdrive da6c62919b 4/7: Change: Replace save-some-buffers-functions with buffer-offer-save, ELPA Syncer, 2023/09/03
- [nongnu] elpa/hyperdrive ea835f52ff 3/7: Meta: Add email and mailing list to Author/Maintainer headers, ELPA Syncer, 2023/09/03
- [nongnu] elpa/hyperdrive 5fbc69d111 5/7: Meta: Update changelog, ELPA Syncer, 2023/09/03