comparison lisp/ChangeLog @ 103101:58c92ec0c915

* files.el (hack-local-variables-prop-line) (hack-local-variables, dir-locals-read-from-file): Bind read-circle to nil before reading. * lread.c (Vread_circle): New variable. (read1): Disable recursive read if Vread_circle is nil.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 29 Apr 2009 03:02:54 +0000
parents d98eb168e700
children 15fc92c2fca6
comparison
equal deleted inserted replaced
103100:5174a8be873b 103101:58c92ec0c915
1 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
2
3 * files.el (hack-local-variables-prop-line)
4 (hack-local-variables, dir-locals-read-from-file): Bind
5 read-circle to nil before reading.
6
1 2009-04-28 Geert Kloosterman <g.j.kloosterman@gmail.com> (tiny change) 7 2009-04-28 Geert Kloosterman <g.j.kloosterman@gmail.com> (tiny change)
2 8
3 * progmodes/which-func.el (which-function): Don't assume that 9 * progmodes/which-func.el (which-function): Don't assume that
4 entries from `imenu--index-alist' are ordered by buffer position, 10 entries from `imenu--index-alist' are ordered by buffer position,
5 which fails when submenus are present (Bug#3153). 11 which fails when submenus are present (Bug#3153).