branch: externals/tmr
commit 61144ea82e40c16e0730c6b641078b97226aa699
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Define obsolete alias for 'tmr-descriptions-list'
---
 tmr.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tmr.el b/tmr.el
index d742c6cf89..051eff9712 100644
--- a/tmr.el
+++ b/tmr.el
@@ -42,6 +42,11 @@
   "TMR May Ring: set timers using a simple notation."
   :group 'data)
 
+(define-obsolete-variable-alias
+  'tmr-descriptions-list
+  'tmr-description-list
+  "0.4.0")
+
 (defcustom tmr-description-list 'tmr-description-history
   "List of timer description presets.
 The value can be either a list of strings or the symbol of a

Reply via email to