emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108819: * lisp/comint.el (follow-com


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108819: * lisp/comint.el (follow-comint-scroll-to-bottom): Fix declaration.
Date: Sat, 30 Jun 2012 14:23:38 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108819
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-06-30 14:23:38 -0700
message:
  * lisp/comint.el (follow-comint-scroll-to-bottom): Fix declaration.
modified:
  lisp/ChangeLog
  lisp/comint.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-30 21:22:18 +0000
+++ b/lisp/ChangeLog    2012-06-30 21:23:38 +0000
@@ -1,5 +1,7 @@
 2012-06-30  Glenn Morris  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/comint.el'
--- a/lisp/comint.el    2012-05-29 09:09:38 +0000
+++ b/lisp/comint.el    2012-06-30 21:23:38 +0000
@@ -2093,7 +2093,7 @@
               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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]