Mercurial > emacs
changeset 74718:0b1ce0b9c2a4
* info.el (Info-build-node-completions): Signal error if tag-table
marker is not found.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 18 Dec 2006 05:16:39 +0000 |
parents | 36ec9fcec28a |
children | 8782777c2f1a |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Dec 18 01:53:05 2006 +0000 +++ b/lisp/ChangeLog Mon Dec 18 05:16:39 2006 +0000 @@ -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>