* lisp/emacs-lisp/byte-run.el (defun-declarations-alist):
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 19 Nov 2012 21:30:55 +0000 (16:30 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 19 Nov 2012 21:30:55 +0000 (16:30 -0500)
commit141462223d6f8063bf01692c2f41ecc58baea506
tree0b26028b48cc96f16ea3da59912c7408de01d66a
parent1000d89524f28cc33341ae00c60ecc6994503f23
* lisp/emacs-lisp/byte-run.el (defun-declarations-alist):
Allow compiler-macros to be lambda expressions.
* lisp/progmodes/python.el: Use cl-lib.  Move var declarations outside of
eval-when-compile.
(python-syntax-context): Add compiler-macro.
(python-font-lock-keywords): Simplify with De Morgan.
lisp/ChangeLog
lisp/emacs-lisp/byte-run.el
lisp/progmodes/python.el