# HG changeset patch # User Chong Yidong # Date 1228013958 0 # Node ID cb2c537a8fea5f2a6ed6d6a913fa0de9effaee92 # Parent d4660dbaa550df8b76564e768e73f4d50670b778 * emacs-lisp/byte-run.el (macro-declaration-function): Disallow declare specs with lengths of 3 or more. diff -r d4660dbaa550 -r cb2c537a8fea lisp/ChangeLog --- 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 + * 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