summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2007-09-04 23:28:49 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2007-09-04 23:28:49 +0000
commite592d685c3dc4e2f9898c47a8ecdecd3a27f59b4 (patch)
tree98e4db8f6b6e5fe7d7ef0af7ef4529c840401347 /etc
parenta5200281a4dc6b6d781a0b181b801adbc7352620 (diff)
downloademacs-e592d685c3dc4e2f9898c47a8ecdecd3a27f59b4.tar.gz
* server.el (server-start, server-unload-hook): Undo previous
change. * xt-mouse.el: Undo previous change. * term.c (Vsuspend_tty_functions, Vresume_tty_functions) (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e6961286fa5..bd147587acd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -236,9 +236,9 @@ session, and `make-frame-on-tty' works during a graphical session.
`terminal-parameter', `set-terminal-parameter',
`modify-terminal-parameters'.
-*** New hooks: `suspend-tty-hook' and `resume-tty-hook'
+*** New hooks: `suspend-tty-functions' and `resume-tty-functions'
are called after a tty frame has been suspended or resumed,
-respectively. The hooks are called with the terminal id of the frame
+respectively. The functions are called with the terminal id of the frame
being suspended/resumed as a parameter.
*** New functions: `environment', `let-environment'.