Mercurial > emacs
comparison lisp/ChangeLog @ 109996:d6074fc765a0
Avoid using font-lock properties to indent in sh-get-indent-info.
* progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
instead of inspecting font-lock properties (Bug#6916).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 26 Aug 2010 11:26:33 -0400 |
parents | c3bbd8f2439e |
children | f583ffa8d0d6 |
comparison
equal
deleted
inserted
replaced
109995:c3bbd8f2439e | 109996:d6074fc765a0 |
---|---|
1 2010-08-26 Daniel Colascione <dan.colascione@gmail.com> | |
2 | |
3 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss | |
4 instead of inspecting font-lock properties (Bug#6916). | |
5 | |
1 2010-08-26 David Reitter <david.reitter@gmail.com> | 6 2010-08-26 David Reitter <david.reitter@gmail.com> |
2 | 7 |
3 * server.el (server-visit-files): Run pre-command-hook and | 8 * server.el (server-visit-files): Run pre-command-hook and |
4 post-command-hook for each buffer while it is current | 9 post-command-hook for each buffer while it is current |
5 (Bug#6910). | 10 (Bug#6910). |