diff options
| author | Glenn Morris | 2015-05-05 20:11:22 -0700 |
|---|---|---|
| committer | Glenn Morris | 2015-05-05 20:11:22 -0700 |
| commit | 754fdb1280dfe56a0b94b20c1d7ab0fb5b5615d1 (patch) | |
| tree | 499c6debc80fcf32b0abec3fe498f3e25865e6e2 | |
| parent | 118bb49ab3f27e6011754e47e3056e917d2dcac1 (diff) | |
| download | emacs-754fdb1280dfe56a0b94b20c1d7ab0fb5b5615d1.tar.gz emacs-754fdb1280dfe56a0b94b20c1d7ab0fb5b5615d1.zip | |
* lisp/progmodes/js.el (js--optimize-arglist): Remove declaration.
| -rw-r--r-- | 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 62f19f42df1..f06c5c75b1a 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el | |||
| @@ -2852,10 +2852,6 @@ with `js--js-encode-value'." | |||
| 2852 | (defsubst js--js-true (value) | 2852 | (defsubst js--js-true (value) |
| 2853 | (not (js--js-not value))) | 2853 | (not (js--js-not value))) |
| 2854 | 2854 | ||
| 2855 | ;; The somewhat complex code layout confuses the byte-compiler into | ||
| 2856 | ;; thinking this function "might not be defined at runtime". | ||
| 2857 | (declare-function js--optimize-arglist "js" (arglist)) | ||
| 2858 | |||
| 2859 | (eval-and-compile | 2855 | (eval-and-compile |
| 2860 | (defun js--optimize-arglist (arglist) | 2856 | (defun js--optimize-arglist (arglist) |
| 2861 | "Convert immediate js< and js! references to deferred ones." | 2857 | "Convert immediate js< and js! references to deferred ones." |