From bbce28533b24058634e847ed144965c855fdca44 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 30 Jun 2012 14:23:38 -0700 Subject: [PATCH] * lisp/comint.el (follow-comint-scroll-to-bottom): Fix declaration. --- lisp/ChangeLog | 2 ++ lisp/comint.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb83ee1d0e4..0cae8a88e77 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-06-30 Glenn Morris + * 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. diff --git a/lisp/comint.el b/lisp/comint.el index 0e614d469d7..122dc629564 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -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. -- 2.39.2