diff options
Diffstat (limited to 'lisp/progmodes/js.el')
| -rw-r--r-- | lisp/progmodes/js.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index 08af095d14f..0fad9322416 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el @@ -65,7 +65,7 @@ (defvar moz-repl-name) (defvar ido-cur-list) (declare-function ido-mode "ido") -(declare-function inferior-moz-process "mozrepl") +(declare-function inferior-moz-process "ext:mozrepl" ()) ;;; Constants |
