aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2012-01-14 20:16:28 +0200
committerEli Zaretskii <[email protected]>2012-01-14 20:16:28 +0200
commit688070a52955c1046a3b2a373956725926703c9d (patch)
tree6433d1e2e9511b244a0b644ca350d65cd6a68090 /lisp/ChangeLog
parent0702107ab990bc55b55f6d78306996baed3ad4ad (diff)
Allow visiting Info files with no "Up" pointer, such as DIR files.
lisp/info.el (Info-toc-build): If the Info file has no "Up" pointer, don't pass the (nil) value of `upnode' to string-match.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b90a40a17a..76728fdbc5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-14 Eli Zaretskii <[email protected]>
+
+ * info.el (Info-toc-build): If the Info file has no "Up" pointer,
+ don't pass the (nil) value of `upnode' to string-match.
+
2012-01-14 Chong Yidong <[email protected]>
* startup.el (command-line): Fix X resource class for cursorColor.