"Basil L. Contovounesios" writes: > Noam Postavsky writes: > >> * lisp/epa-file.el (epa-file-insert-file-contents) >> (epa-file-write-region): >> * lisp/epa.el(epa-decrypt-file, epa-sign-file) > ^^ > Should there be a space here, or does it not matter? >> +** 'epa-pinentry-mode' is renamed to 'epg-pinentry-mode', > > Looks like that trailing comma should be a full stop. >> +(define-obsolete-variable-alias >> + 'epa-entry-mode 'epg-entry-mode "27.1") > > These should be epa-pinentry-mode and epg-pinentry-mode, respectively, > right? Oops, thanks for catching these; especially that last one, yikes. >> +(defcustom epg-pinentry-mode nil >> + :group 'epa > Should the :group be changed to 'epg? Or we can just remove it altogether since :group defaults to the last created group.