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

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

[elpa] externals/substitute 3c91a4a100 12/39: Define aliases for two com


From: ELPA Syncer
Subject: [elpa] externals/substitute 3c91a4a100 12/39: Define aliases for two commands
Date: Mon, 16 Jan 2023 11:58:49 -0500 (EST)

branch: externals/substitute
commit 3c91a4a10063d1d0624eacb88a0e92749db52c7a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Define aliases for two commands
---
 substitute.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/substitute.el b/substitute.el
index 93c2df63f0..c24b4d0c61 100644
--- a/substitute.el
+++ b/substitute.el
@@ -220,12 +220,18 @@ boundaries." doc)
  "to the end of the buffer"
  'below)
 
+(defalias 'substitute-target-to-end-of-buffer
+  'substitute-target-below-point)
+
 ;;;###autoload
 (substitute-command
  substitute-target-above-point
  "to the beginning of the buffer"
  'above)
 
+(defalias 'substitute-target-to-beginning-of-buffer
+  'substitute-target-below-point)
+
 (defun substitute-report-operation (target sub count scope)
   "Print message of substitution.
 Report COUNTth substitutions of TARGET with SUB in SCOPE."



reply via email to

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