comparison lisp/ChangeLog @ 111325:9aff83bb4de1

* lisp/progmodes/perl-mode.el (perl-syntax-propertize-function): Handle __DATA__ and __END__.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 02 Nov 2010 22:30:12 -0400
parents e282e3411e9a
children 27839df805b0
comparison
equal deleted inserted replaced
111324:ab83881bb97a 111325:9aff83bb4de1
1 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4 Handle __DATA__ and __END__.
5
1 2010-11-02 Noah Friedman <friedman@splode.com> 6 2010-11-02 Noah Friedman <friedman@splode.com>
2 7
3 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is 8 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4 nil, do not ask to recompile files that are not already compiled, 9 nil, do not ask to recompile files that are not already compiled,
5 and do not recompile them. 10 and do not recompile them.