diff options
| author | Dan Nicolaescu | 2007-09-17 06:54:23 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-09-17 06:54:23 +0000 |
| commit | 9f596249ba1cbdf2f2b315b27acdda99bfd10be5 (patch) | |
| tree | feb4a0a0fd66119c2f596721c0abb60c3ec4d0f1 /lisp/ChangeLog | |
| parent | b9451e853868f48f6b495d200fd134a9b31eee58 (diff) | |
| download | emacs-9f596249ba1cbdf2f2b315b27acdda99bfd10be5.tar.gz emacs-9f596249ba1cbdf2f2b315b27acdda99bfd10be5.zip | |
Delete add-hook calls that were moved to
xterm-mouse-mode.
(xterm-mouse-mode): Disable resume-tty-functions, explain why it
does not work.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4c5d7aabd63..596d972932b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * xt-mouse.el: Delete add-hook calls that were moved to | 3 | * xt-mouse.el: Delete add-hook calls that were moved to |
| 4 | xterm-mouse-mode. | 4 | xterm-mouse-mode. |
| 5 | (xterm-mouse-mode): Disable resume-tty-functions, explain why it | ||
| 6 | does not work. | ||
| 5 | 7 | ||
| 6 | 2007-09-17 Richard Stallman <rms@gnu.org> | 8 | 2007-09-17 Richard Stallman <rms@gnu.org> |
| 7 | 9 | ||