aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2000-12-15 22:03:05 +0000
committerEli Zaretskii2000-12-15 22:03:05 +0000
commitb24e84ab41942e4f7bb7574df59bb1cf1f8aebdf (patch)
tree36742e27b4c60d24444a53a1e806188be5944765 /lisp/ChangeLog
parente87b88097267da7cdcf24e05abbce48fb356b71d (diff)
downloademacs-b24e84ab41942e4f7bb7574df59bb1cf1f8aebdf.tar.gz
emacs-b24e84ab41942e4f7bb7574df59bb1cf1f8aebdf.zip
(Info-forward-node): If the node has an
Info-header-line, widen the buffer before searching for "next:" and "up:" pointers, and set the search limit to stay in the current node.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c16ab3fba57..773fd487db9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * info.el (Info-forward-node): If the node has an
4 Info-header-line, widen the buffer before searching for "next:"
5 and "up:" pointers, and set the search limit to stay in the
6 current node.
7
12000-12-16 Miles Bader <miles@gnu.org> 82000-12-16 Miles Bader <miles@gnu.org>
2 9
3 * simple.el (delete-trailing-whitespace): Remove extraneous let. 10 * simple.el (delete-trailing-whitespace): Remove extraneous let.