branch: externals/substitute
commit 63acc983d2b8704e5067a5e1b50b486893a8d9e5
Author: Morgan Willcock <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Autoload command aliases
---
substitute.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/substitute.el b/substitute.el
index 883900b709..d1a301fa50 100644
--- a/substitute.el
+++ b/substitute.el
@@ -454,6 +454,7 @@ same as always calling this command with FIXED-CASE." doc)
"to the end of the buffer"
'below)
+;;;###autoload
(defalias 'substitute-target-to-end-of-buffer
'substitute-target-below-point)
@@ -463,6 +464,7 @@ same as always calling this command with FIXED-CASE." doc)
"to the beginning of the buffer"
'above)
+;;;###autoload
(defalias 'substitute-target-to-beginning-of-buffer
'substitute-target-above-point)