emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/logview 9fa9405048 207/259: Make `logview-filter-edit-appl


From: ELPA Syncer
Subject: [nongnu] elpa/logview 9fa9405048 207/259: Make `logview-filter-edit-apply' also print a message as a confirmation that something has been done.
Date: Fri, 31 Jan 2025 07:02:14 -0500 (EST)

branch: elpa/logview
commit 9fa94050484073f4fb982bdbc69847b61c36a34e
Author: Paul Pogonyshev <pogonyshev@gmail.com>
Commit: Paul Pogonyshev <pogonyshev@gmail.com>

    Make `logview-filter-edit-apply' also print a message as a confirmation 
that something has been done.
---
 logview.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/logview.el b/logview.el
index 2d4f6edc09..f3b30e1b8d 100644
--- a/logview.el
+++ b/logview.el
@@ -4065,7 +4065,10 @@ afterwards will only reset to the last applied state, not
 necessarily to the filters (views) how they were when the buffer
 got created."
   (interactive)
-  (logview-filter-edit--do t nil))
+  (logview-filter-edit--do t nil)
+  ;; Because of possible preview and because the filter buffer is not closed, 
it may not
+  ;; be obvious otherwise that something is done at all.
+  (message "Filters have been applied successfully"))
 
 (defun logview-filter-edit-cancel ()
   "Quit the buffer and its window, discarding all edits.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]