summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-10-24 04:52:44 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-10-24 04:52:44 +0200
commit600847f0df9ee87605072be88487f1178367b844 (patch)
tree849494b6bf99ec16552a68aef1779a9e0e6bf22c /app-emacs/cfrs
parentprofiles/arch/amd64: add "-mfpmath=sse" to CFLAGS_x86 (diff)
downloadgentoo-600847f0df9ee87605072be88487f1178367b844.tar.gz
gentoo-600847f0df9ee87605072be88487f1178367b844.tar.bz2
gentoo-600847f0df9ee87605072be88487f1178367b844.zip
app-emacs/cfrs: autoload cfrs-read
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/cfrs')
-rw-r--r--app-emacs/cfrs/cfrs-1.6.0-r1.ebuild (renamed from app-emacs/cfrs/cfrs-1.6.0.ebuild)0
-rw-r--r--app-emacs/cfrs/files/50cfrs-gentoo.el2
2 files changed, 2 insertions, 0 deletions
diff --git a/app-emacs/cfrs/cfrs-1.6.0.ebuild b/app-emacs/cfrs/cfrs-1.6.0-r1.ebuild
index b95d7c81e888..b95d7c81e888 100644
--- a/app-emacs/cfrs/cfrs-1.6.0.ebuild
+++ b/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.")