From f1eb36c9e14df99e7ce8918a0add8893b79108da Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Tue, 4 Jul 2023 14:02:10 +0300 Subject: [PATCH] Fix typo in substitute-target-to-beginning-of-buffer defalias Thanks to ersi-dnd for pointing this out. Done in issue 9 on the GitHub mirror: . --- substitute.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/substitute.el b/substitute.el index f3679de..ce723e1 100644 --- a/substitute.el +++ b/substitute.el @@ -6,7 +6,7 @@ ;; Maintainer: Protesilaos Stavrou General Issues <~protesilaos/general-issues@lists.sr.ht> ;; URL: https://git.sr.ht/~protesilaos/substitute ;; Mailing-List: https://lists.sr.ht/~protesilaos/general-issues -;; Version: 0.2.0 +;; Version: 0.2.1 ;; Package-Requires: ((emacs "27.1")) ;; This file is NOT part of GNU Emacs. @@ -335,7 +335,7 @@ same as always calling this command with FIXED-CASE." doc) 'above) (defalias 'substitute-target-to-beginning-of-buffer - 'substitute-target-below-point) + 'substitute-target-above-point) (defun substitute-report-operation (target sub count scope) "Print message of substitution. -- 2.45.2