From 5829445e82ee17bd4a7a445c751f45374fe02e87 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 30 Nov 2008 02:59:18 +0000 Subject: [PATCH] * emacs-lisp/byte-run.el (macro-declaration-function): Disallow declare specs with lengths of 3 or more. --- lisp/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.11.4.GIT