Mercurial > emacs
changeset 100063:cb2c537a8fea
* emacs-lisp/byte-run.el (macro-declaration-function): Disallow
declare specs with lengths of 3 or more.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 30 Nov 2008 02:59:18 +0000 |
parents | d4660dbaa550 |
children | b42d22c5897f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Nov 30 02:58:31 2008 +0000 +++ b/lisp/ChangeLog Sun Nov 30 02:59:18 2008 +0000 @@ -1,5 +1,8 @@ 2008-11-30 Chong Yidong <cyd@stupidchicken.com> + * emacs-lisp/byte-run.el (macro-declaration-function): Disallow + declare specs with lengths of 3 or more. + * dirtrack.el (dirtrack): Fix error message. 2008-11-30 Glenn Morris <rgm@gnu.org>