diff options
| author | Stefan Monnier | 2012-11-19 16:30:55 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2012-11-19 16:30:55 -0500 |
| commit | 141462223d6f8063bf01692c2f41ecc58baea506 (patch) | |
| tree | 0b26028b48cc96f16ea3da59912c7408de01d66a /lisp/ChangeLog | |
| parent | 1000d89524f28cc33341ae00c60ecc6994503f23 (diff) | |
| download | emacs-141462223d6f8063bf01692c2f41ecc58baea506.tar.gz emacs-141462223d6f8063bf01692c2f41ecc58baea506.zip | |
* 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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index df0b8bd422f..ca585e0669f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/byte-run.el (defun-declarations-alist): | ||
| 4 | Allow a compiler-macro to be a lambda expression. | ||
| 5 | |||
| 6 | * progmodes/python.el: Use cl-lib. Move var declarations outside of | ||
| 7 | eval-when-compile. | ||
| 8 | (python-syntax-context): Add compiler-macro. | ||
| 9 | (python-font-lock-keywords): Simplify with De Morgan. | ||
| 10 | |||
| 3 | * vc/diff-mode.el (diff-hunk): Don't make useless timers. | 11 | * vc/diff-mode.el (diff-hunk): Don't make useless timers. |
| 4 | 12 | ||
| 5 | * files.el (load-file): Require match in minibuffer selection, as was | 13 | * files.el (load-file): Require match in minibuffer selection, as was |