projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b4c5ec
)
(inferior-moz-process): Fix declaration.
author
Glenn Morris
<rgm@gnu.org>
Fri, 21 Aug 2009 07:44:58 +0000
(07:44 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 21 Aug 2009 07:44:58 +0000
(07:44 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/progmodes/js.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 1f791472396ae383f6de111ad3191e9f10e82ace..a377cb31bfee816a819cf03cd4d90fbb8709f938 100644
(file)
--- 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 08af095d14f86dbc48746808ae1ac7ad9f0027e2..0fad93224166c7b4eec4dd71f87f4c8461b4e450 100644
(file)
--- 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