mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(inferior-moz-process): Fix declaration.
This commit is contained in:
parent
9b4c5ecd6a
commit
3e1ea34239
@ -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…
Reference in New Issue
Block a user