mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(inferior-moz-process): Fix declaration.
This commit is contained in:
parent
9b4c5ecd6a
commit
3e1ea34239
2 changed files with 3 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue