summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-12-18 05:16:39 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-12-18 05:16:39 +0000
commit3294bb68869adfbe4f8fbe7eaf1b206a2ec7b859 (patch)
tree1def5470adf8a6687bb5ae51dc638286e2034230
parentdc12b2bef91e5865ccf1ddc86948b30637eaee52 (diff)
downloademacs-3294bb68869adfbe4f8fbe7eaf1b206a2ec7b859.tar.gz
* info.el (Info-build-node-completions): Signal error if tag-table
marker is not found.
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 94c8aa6939d..201ea75b32a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2006-12-17 Chong Yidong <cyd@stupidchicken.com>
+ * info.el (Info-build-node-completions): Signal error if tag-table
+ marker is not found.
+
* pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2006-12-17 Alan Mackenzie <acm@muc.de>