commit: 600847f0df9ee87605072be88487f1178367b844
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 02:52:44 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 02:52:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600847f0
app-emacs/cfrs: autoload cfrs-read
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/cfrs/{cfrs-1.6.0.ebuild => cfrs-1.6.0-r1.ebuild} | 0
app-emacs/cfrs/files/50cfrs-gentoo.el | 2 ++
2 files changed, 2 insertions(+)
diff --git a/app-emacs/cfrs/cfrs-1.6.0.ebuild
b/app-emacs/cfrs/cfrs-1.6.0-r1.ebuild
similarity index 100%
rename from app-emacs/cfrs/cfrs-1.6.0.ebuild
rename to app-emacs/cfrs/cfrs-1.6.0-r1.ebuild
diff --git a/app-emacs/cfrs/files/50cfrs-gentoo.el
b/app-emacs/cfrs/files/50cfrs-gentoo.el
index 431f7e90ae73..1e33e7a8e84a 100644
--- a/app-emacs/cfrs/files/50cfrs-gentoo.el
+++ b/app-emacs/cfrs/files/50cfrs-gentoo.el
@@ -1 +1,3 @@
(add-to-list 'load-path "@SITELISP@")
+(autoload 'cfrs-read "cfrs"
+ "Read a string using a pos-frame with given PROMPT and INITIAL-INPUT.")