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 | |
| parent | 9a834970e822db10bc887db343fd8561a3639a66 (diff) | |
| download | emacs-a6860c56aa9fa1c5d2e8feb621d447f4365f1971.tar.gz | |
Pacify 'make check-declare'
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/package.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/js.el | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index 40f60c9277a..5d5d101835a 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el @@ -62,7 +62,7 @@ (defvar moz-repl-name) (defvar ido-cur-list) (defvar electric-layout-rules) -(declare-function ido-mode "ido" (arg)) +(declare-function ido-mode "ido" (&optional arg)) (declare-function inferior-moz-process "ext:mozrepl" ()) ;;; Constants |
