]> git.eshelyaron.com Git - emacs.git/commit
* server.el (server-start, server-unload-hook):
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 4 Sep 2007 15:44:11 +0000 (15:44 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 4 Sep 2007 15:44:11 +0000 (15:44 +0000)
commit92cd6a7c40a7db9ae2b8855ab41bf3b5e6b9133c
treeea0c5c8cf7a344348b064e2e24b6bf49ee54bb97
parent84a7b24341fc3a5bf5ffb12224bcaee928fc03f1
* server.el (server-start, server-unload-hook):
suspend-tty-functions has been renamed to suspend-tty-hook.

* xt-mouse.el: Likewise. resume-tty-functions has been renamed to
resume-tty-hook.

* term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
(Vresume_tty_hook): Rename from Vresume_tty_functions.
(syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
and resume-tty-function to resume-tty-hook.
(Fsuspend_tty, Fresume_tty): Use new names.
etc/NEWS
lisp/ChangeLog
lisp/server.el
lisp/xt-mouse.el
src/ChangeLog
src/term.c