diff options
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/progmodes/js.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1f791472396..a377cb31bfe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-08-21 Glenn Morris <rgm@gnu.org> + * 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 --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 |