comparison lisp/ChangeLog @ 111604:149090e9b891

* lisp/files.el (safe-local-variable-p): Gracefully handle errors. * lisp/emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the safety predicate.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 11 Nov 2010 17:19:01 -0500
parents c901fac3b428
children ca8b605ca70f
comparison
equal deleted inserted replaced
111603:c901fac3b428 111604:149090e9b891
1 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca> 1 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4 safety predicate.
5
6 * files.el (safe-local-variable-p): Gracefully handle errors.
2 7
3 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule): 8 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4 Use smie-indent-virtual when indenting relative to an opener. 9 Use smie-indent-virtual when indenting relative to an opener.
5 (smie-rule-separator): Use smie-rule-parent. 10 (smie-rule-separator): Use smie-rule-parent.
6 (smie-indent-keyword): Consult rules, even for openers at bol. 11 (smie-indent-keyword): Consult rules, even for openers at bol.