From 368931b4c0109f7148c7e350cc6daa082466ad47 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 12 Apr 2018 20:24:30 +0200 Subject: Print a message to the minibuffer when executed Provide some user confirmation of the backup action. Otherwise, you're left in doubt about whether the command actually ran. --- w3m-session-backup.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/w3m-session-backup.el b/w3m-session-backup.el index a0f3cd0..1eecc49 100644 --- a/w3m-session-backup.el +++ b/w3m-session-backup.el @@ -103,7 +103,8 @@ (defun w3m-session-backup () "Save the current w3m crash recovery session to a new YAML file." (interactive) - (w3m-session-backup--save-backup)) + (w3m-session-backup--save-backup) + (minibuffer-message "Session saved")) (provide 'w3m-session-backup) -- cgit v1.2.3