# HG changeset patch # User Glenn Morris # Date 1250840698 0 # Node ID 0642b524d60ceae66106f0813d8893430067e034 # Parent c6ae8d43800c6b3f752afdde790681a0760da0cb (inferior-moz-process): Fix declaration. diff -r c6ae8d43800c -r 0642b524d60c lisp/ChangeLog --- a/lisp/ChangeLog Fri Aug 21 07:40:24 2009 +0000 +++ b/lisp/ChangeLog Fri Aug 21 07:44:58 2009 +0000 @@ -1,5 +1,7 @@ 2009-08-21 Glenn Morris + * progmodes/js.el (inferior-moz-process): Fix declaration. + * imenu.el (imenu-example--name-and-position): Fix obsolescence message. * obsolete/rnewspost.el (news-mail-reply): diff -r c6ae8d43800c -r 0642b524d60c lisp/progmodes/js.el --- a/lisp/progmodes/js.el Fri Aug 21 07:40:24 2009 +0000 +++ b/lisp/progmodes/js.el Fri Aug 21 07:44:58 2009 +0000 @@ -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