diff lisp/ChangeLog @ 110036:af3f1edc363f

* lisp/emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take a list of parents. (smie-indent-column): Allow indirection through variables.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 30 Aug 2010 17:21:14 +0200
parents 619b4d494232
children 314f04d4d276
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Aug 30 15:57:42 2010 +0200
+++ b/lisp/ChangeLog	Mon Aug 30 17:21:14 2010 +0200
@@ -1,5 +1,9 @@
 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
+	a list of parents.
+	(smie-indent-column): Allow indirection through variables.
+
 	* composite.el (save-buffer-state): Delete, unused.
 	* font-lock.el (save-buffer-state): Use with-silent-modifications.
 	(font-lock-default-fontify-region): Use with-syntax-table.