* emacs-lisp/byte-run.el (macro-declaration-function): Disallow

declare specs with lengths of 3 or more.
This commit is contained in:
Chong Yidong 2008-11-30 02:59:18 +00:00
parent 35f36d65e7
commit 5829445e82

View file

@ -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>