Mercurial > emacs
comparison lisp/ChangeLog @ 71674:c64592812a59
(byte-compile-form): The `byte-compile'
property may contain an anonymous function rather than a symbol.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 07 Jul 2006 16:34:44 +0000 |
parents | cee3ce32a7ca |
children | 6930c75732b8 |
comparison
equal
deleted
inserted
replaced
71673:1404a22bd1f5 | 71674:c64592812a59 |
---|---|
1 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile' | |
4 property may contain an anonymous function rather than a symbol. | |
2 | 5 |
3 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness. | 6 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness. |
4 | 7 |
5 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>: | 8 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>: |
6 Use shy regexp. Fix incorrect backref to potentially unmatched group. | 9 Use shy regexp. Fix incorrect backref to potentially unmatched group. |