aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2012-10-30 23:10:25 -0400
committerStefan Monnier <[email protected]>2012-10-30 23:10:25 -0400
commit3618df4590230a7321aea685705eda63bf47116b (patch)
tree2d757a4d6e3ab41a2523888fddccb52e3a06bc67 /lisp/ChangeLog
parentb08b6da7fe21922d7e8838847cd065c88597b191 (diff)
* lisp/progmodes/sh-script.el (sh--inside-noncommand-expression):
Rename from sh--inside-arithmetic-expression, handle more cases. Fixes: debbugs:11263
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8f4f515374..88ea199cd2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
2012-10-31 Stefan Monnier <[email protected]>
+ * progmodes/sh-script.el (sh--inside-noncommand-expression):
+ Rename from sh--inside-arithmetic-expression, handle more cases
+ (bug#11263).
+
* progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
(sh-font-lock-open-heredoc): Use it (bug#12770).