aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-26 19:33:04 +0000
committerGerd Moellmann2000-03-26 19:33:04 +0000
commit3d4ff2dd8dc1d75ccabc1408b4628f702fa1ad7a (patch)
tree5d9d4f406a5101833cf248afb9a1d6bf3eea8a27 /src
parent9191c8ae4e0d51452699f2a508a3f217c2708b1d (diff)
downloademacs-3d4ff2dd8dc1d75ccabc1408b4628f702fa1ad7a.tar.gz
emacs-3d4ff2dd8dc1d75ccabc1408b4628f702fa1ad7a.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 10948007c83..e95a87b3434 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12000-03-26 Gerd Moellmann <gerd@gnu.org> 12000-03-26 Gerd Moellmann <gerd@gnu.org>
2 2
3 * doc.c (Qfunction_documentation): New variable.
4 (syms_of_doc): Initialize Qfunction_documentation.
5 (Fdocumentation): If FUNCTION is a symbol with non-nil
6 `function-documentation' property, return a documentation derived
7 from that.
8
3 * buffer.c (syms_of_buffer): Add default-cursor-type. 9 * buffer.c (syms_of_buffer): Add default-cursor-type.
4 (init_buffer_once): Don't let cursor_type have a local value 10 (init_buffer_once): Don't let cursor_type have a local value
5 in every buffer. 11 in every buffer.