diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Nov 11 00:08:25 2010 -0500
+++ b/lisp/ChangeLog	Thu Nov 11 17:19:01 2010 -0500
@@ -1,5 +1,10 @@
 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
+	safety predicate.
+
+	* files.el (safe-local-variable-p): Gracefully handle errors.
+
 	* emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
 	Use smie-indent-virtual when indenting relative to an opener.
 	(smie-rule-separator): Use smie-rule-parent.