changeset 104391:0642b524d60c

(inferior-moz-process): Fix declaration.
author Glenn Morris <rgm@gnu.org>
date Fri, 21 Aug 2009 07:44:58 +0000
parents c6ae8d43800c
children 02a71b0c9a96
files lisp/ChangeLog lisp/progmodes/js.el
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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):
--- 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