[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/substitute 6e7de79f8a: Add missing autoload cookie for
From: |
ELPA Syncer |
Subject: |
[elpa] externals/substitute 6e7de79f8a: Add missing autoload cookie for the substitute-prefix-map |
Date: |
Wed, 22 May 2024 00:59:00 -0400 (EDT) |
branch: externals/substitute
commit 6e7de79f8a3436fce6acfe7d04a0a375ad80dc34
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Add missing autoload cookie for the substitute-prefix-map
---
substitute.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/substitute.el b/substitute.el
index 9480977352..c91002edce 100644
--- a/substitute.el
+++ b/substitute.el
@@ -5,7 +5,7 @@
;; Author: Protesilaos Stavrou <info@protesilaos.com>
;; Maintainer: Protesilaos Stavrou <info@protesilaos.com>
;; URL: https://github.com/protesilaos/substitute
-;; Version: 0.3.0
+;; Version: 0.3.1
;; Package-Requires: ((emacs "27.1"))
;; This file is NOT part of GNU Emacs.
@@ -351,6 +351,7 @@ Meant to be assigned to a prefix key, like this:
(define-key global-map (kbd \"C-c s\") \=#'substitute-prefix-map)")
+;;;###autoload (autoload 'substitute-prefix-map "substitute")
(define-prefix-command 'substitute-prefix-map)
(define-key substitute-prefix-map (kbd "b") #'substitute-target-in-buffer)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/substitute 6e7de79f8a: Add missing autoload cookie for the substitute-prefix-map,
ELPA Syncer <=