diff options
author | Glenn Morris <rgm@gnu.org> | 2012-06-30 14:23:38 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-06-30 14:23:38 -0700 |
commit | bbce28533b24058634e847ed144965c855fdca44 (patch) | |
tree | dd7570c5903492077e56c875a0fe109c853871e2 /lisp/comint.el | |
parent | 9bf0aa1594c3c044e922966043f59ca5774b046c (diff) | |
download | emacs-bbce28533b24058634e847ed144965c855fdca44.tar.gz emacs-bbce28533b24058634e847ed144965c855fdca44.tar.bz2 emacs-bbce28533b24058634e847ed144965c855fdca44.zip |
* lisp/comint.el (follow-comint-scroll-to-bottom): Fix declaration.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |