emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 754fdb1 2/3: * lisp/progmodes/js.el (js--optimize-a


From: Glenn Morris
Subject: [Emacs-diffs] master 754fdb1 2/3: * lisp/progmodes/js.el (js--optimize-arglist): Remove declaration.
Date: Wed, 06 May 2015 03:13:27 +0000

branch: master
commit 754fdb1280dfe56a0b94b20c1d7ab0fb5b5615d1
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/progmodes/js.el (js--optimize-arglist): Remove declaration.
---
 lisp/progmodes/js.el |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el
index 62f19f4..f06c5c7 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]