]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/comint.el (follow-comint-scroll-to-bottom): Fix declaration.
authorGlenn Morris <rgm@gnu.org>
Sat, 30 Jun 2012 21:23:38 +0000 (14:23 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 30 Jun 2012 21:23:38 +0000 (14:23 -0700)
lisp/ChangeLog
lisp/comint.el

index bb83ee1d0e4f2017af4fad09deeb0e3cff385339..0cae8a88e77743a850c8212839ce47121f7b1d08 100644 (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.
 
index 0e614d469d7d0058d9a476109a6acead59d4f0db..122dc62956496c3c00c9059accb763106107ad48 100644 (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.