From: Glenn Morris Date: Wed, 6 May 2015 03:11:22 +0000 (-0700) Subject: * lisp/progmodes/js.el (js--optimize-arglist): Remove declaration. X-Git-Tag: emacs-25.0.90~2188 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=754fdb1280dfe56a0b94b20c1d7ab0fb5b5615d1;p=emacs.git * lisp/progmodes/js.el (js--optimize-arglist): Remove declaration. --- diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index 62f19f42df1..f06c5c75b1a 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el @@ -2852,10 +2852,6 @@ with `js--js-encode-value'." (defsubst js--js-true (value) (not (js--js-not value))) -;; The somewhat complex code layout confuses the byte-compiler into -;; thinking this function "might not be defined at runtime". -(declare-function js--optimize-arglist "js" (arglist)) - (eval-and-compile (defun js--optimize-arglist (arglist) "Convert immediate js< and js! references to deferred ones."