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

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

[elpa] externals/org-notify d24a1525c1 06/23: Remove obsolete org-notify


From: ELPA Syncer
Subject: [elpa] externals/org-notify d24a1525c1 06/23: Remove obsolete org-notify-verbose.
Date: Mon, 25 Jul 2022 12:57:56 -0400 (EDT)

branch: externals/org-notify
commit d24a1525c10e420beb02d68af305cb67b9d24d47
Author: Peter Münster <pmrb@free.fr>
Commit: Peter Münster <pmrb@free.fr>

    Remove obsolete org-notify-verbose.
---
 org-notify.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/org-notify.el b/org-notify.el
index 20624e90b0..a8c306554f 100644
--- a/org-notify.el
+++ b/org-notify.el
@@ -72,15 +72,12 @@
 (defvar org-notify-timer nil
   "Timer of the notification daemon.")
 
-(defvar org-notify-parse-file nil
+(defvar org-notify-parse-file
   "Current file, that `org-element-parse-buffer' is parsing.")
 
 (defvar org-notify-on-action-map nil
   "Mapping between on-action identifiers and parameter lists.")
 
-(defvar org-notify-verbose t
-  "Print some useful information for developers.")
-
 (defun org-notify-string->seconds (str)
   "Convert time string STR to number of seconds."
   (when str



reply via email to

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