branch: externals/denote-sequence
commit 73c8d259393bbc9cf1cebe38584c5dae2f323385
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add obsolete alias for denote-sequence-increment-partial
---
 denote-sequence.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/denote-sequence.el b/denote-sequence.el
index b8270e24e4..dadb169243 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -290,6 +290,11 @@ which case convert the entirety of it.  Also see 
`denote-sequence-scheme'."
         (error "String `%s' did not pass `denote-sequence-p'" string)
       (error "The `%s' must not contain both numbers and letters" string)))))
 
+(define-obsolete-function-alias
+  'denote-sequence-increment
+  'denote-sequence-increment-partial
+  "0.2.0")
+
 (defun denote-sequence-increment-partial (string)
   "Increment number represented by STRING and return it as a string.
 STRING is part of a sequence, not the entirety of it.

Reply via email to