You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/pinentry/files/50pinentry-gentoo.el

12 lines
342 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'pinentry-start "pinentry"
"Start a Pinentry service.
Once the environment is properly set, subsequent invocations of
the gpg command will interact with Emacs for passphrase input.
If the optional QUIET argument is non-nil, messages at startup
will not be shown.
\(fn &optional QUIET)" t)