mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
Avoid byte-compiler warnings due to 'declare-function'
* lisp/w32-fns.el (set-message-beep, w32-get-locale-info) (w32-get-valid-locale-ids): * lisp/progmodes/js.el (ido-mode): Specify arglist in 'declare-function' forms, to avoid byte-compiler warnings.
This commit is contained in:
parent
2a2c6ee8d1
commit
01d70ef7e6
2 changed files with 4 additions and 4 deletions
|
|
@ -62,7 +62,7 @@
|
|||
(defvar moz-repl-name)
|
||||
(defvar ido-cur-list)
|
||||
(defvar electric-layout-rules)
|
||||
(declare-function ido-mode "ido")
|
||||
(declare-function ido-mode "ido" (arg))
|
||||
(declare-function inferior-moz-process "ext:mozrepl" ())
|
||||
|
||||
;;; Constants
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue