* lisp/comint.el (follow-comint-scroll-to-bottom): Fix declaration.
This commit is contained in:
parent
9bf0aa1594
commit
bbce28533b
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue