aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-09 15:41:25 +0000
committerGerd Moellmann2001-05-09 15:41:25 +0000
commitfe88d421bdd052555428766ae723a47ff76aa5ea (patch)
treed2f56f6b7c8b1c656a3f957e28b1078c7bb5aea1 /src/ChangeLog
parent0d487c52addabece10e30de0ffcfd7ec0004ee7c (diff)
downloademacs-fe88d421bdd052555428766ae723a47ff76aa5ea.tar.gz
emacs-fe88d421bdd052555428766ae723a47ff76aa5ea.zip
(syms_of_print) <print-length, print-level>: Doc fix.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b9261ed28db..2a13804d77d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12001-05-09 Gerd Moellmann <gerd@gnu.org> 12001-05-09 Gerd Moellmann <gerd@gnu.org>
2 2
3 * print.c (syms_of_print) <print-length, print-level>: Doc fix.
4
3 * xterm.c (note_mouse_highlight): Don't change the mouse cursor 5 * xterm.c (note_mouse_highlight): Don't change the mouse cursor
4 back to the text cursor shape without need. 6 back to the text cursor shape without need.
5 7