* lisp/comint.el (follow-comint-scroll-to-bottom): Fix declaration.

This commit is contained in:
Glenn Morris 2012-06-30 14:23:38 -07:00
parent 9bf0aa1594
commit bbce28533b
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2012-06-30 Glenn Morris <rgm@gnu.org>
* comint.el (follow-comint-scroll-to-bottom): Fix declaration.
* net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
Remove outdated and unnecessary dbus declarations.

View file

@ -2093,7 +2093,7 @@ This function should be a pre-command hook."
nil t))))))
(defvar follow-mode)
(declare-function follow-comint-scroll-to-bottom "follow" ())
(declare-function follow-comint-scroll-to-bottom "follow" (&optional window))
(defun comint-postoutput-scroll-to-bottom (_string)
"Go to the end of buffer in some or all windows showing it.