diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-05-26 13:38:28 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-05-26 13:39:41 -0700 |
commit | a6860c56aa9fa1c5d2e8feb621d447f4365f1971 (patch) | |
tree | 2ce538b9782cf854ff8d53134caf5794de072123 /lisp/emacs-lisp/package.el | |
parent | 9a834970e822db10bc887db343fd8561a3639a66 (diff) | |
download | emacs-a6860c56aa9fa1c5d2e8feb621d447f4365f1971.tar.gz emacs-a6860c56aa9fa1c5d2e8feb621d447f4365f1971.tar.bz2 emacs-a6860c56aa9fa1c5d2e8feb621d447f4365f1971.zip |
Pacify 'make check-declare'
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 4e3dab4bb38..540a0e90273 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -303,7 +303,7 @@ contrast, `package-user-dir' contains packages for personal use." :version "24.1") (declare-function epg-find-configuration "epg-config" - (protocol &optional force)) + (protocol &optional no-cache program-alist)) (defcustom package-check-signature (if (and (require 'epg-config) |