From: Glenn Morris Date: Fri, 21 Aug 2009 07:44:58 +0000 (+0000) Subject: (inferior-moz-process): Fix declaration. X-Git-Tag: emacs-pretest-23.1.90~1761 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e1ea34239ae3d0d327958c65b0cb28cf921adb8;p=emacs.git (inferior-moz-process): Fix declaration. --- 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 + * 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