diff options
| author | Paul Eggert | 2016-05-26 13:38:28 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-05-26 13:39:41 -0700 |
| commit | a6860c56aa9fa1c5d2e8feb621d447f4365f1971 (patch) | |
| tree | 2ce538b9782cf854ff8d53134caf5794de072123 | |
| parent | 9a834970e822db10bc887db343fd8561a3639a66 (diff) | |
| download | emacs-a6860c56aa9fa1c5d2e8feb621d447f4365f1971.tar.gz emacs-a6860c56aa9fa1c5d2e8feb621d447f4365f1971.zip | |
Pacify 'make check-declare'
| -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." | |||
| 303 | :version "24.1") | 303 | :version "24.1") |
| 304 | 304 | ||
| 305 | (declare-function epg-find-configuration "epg-config" | 305 | (declare-function epg-find-configuration "epg-config" |
| 306 | (protocol &optional force)) | 306 | (protocol &optional no-cache program-alist)) |
| 307 | 307 | ||
| 308 | (defcustom package-check-signature | 308 | (defcustom package-check-signature |
| 309 | (if (and (require 'epg-config) | 309 | (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 @@ | |||
| 62 | (defvar moz-repl-name) | 62 | (defvar moz-repl-name) |
| 63 | (defvar ido-cur-list) | 63 | (defvar ido-cur-list) |
| 64 | (defvar electric-layout-rules) | 64 | (defvar electric-layout-rules) |
| 65 | (declare-function ido-mode "ido" (arg)) | 65 | (declare-function ido-mode "ido" (&optional arg)) |
| 66 | (declare-function inferior-moz-process "ext:mozrepl" ()) | 66 | (declare-function inferior-moz-process "ext:mozrepl" ()) |
| 67 | 67 | ||
| 68 | ;;; Constants | 68 | ;;; Constants |