From: Chong Yidong Date: Sun, 30 Nov 2008 02:59:18 +0000 (+0000) Subject: * emacs-lisp/byte-run.el (macro-declaration-function): Disallow X-Git-Tag: emacs-pretest-23.0.90~1416 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5829445e82ee17bd4a7a445c751f45374fe02e87;p=emacs.git * emacs-lisp/byte-run.el (macro-declaration-function): Disallow declare specs with lengths of 3 or more. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6472e5eae8f..ab39464c719 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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