aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Monnier2013-10-16 23:56:51 -0400
committerStefan Monnier2013-10-16 23:56:51 -0400
commit85527ff309fc9ac5fbda80b119f021719902cc7c (patch)
tree613f0c94ed32a475b503089c4e0bf54d842bd12f /test
parentc8722a9799832942ff219f4ae881f44985c35924 (diff)
downloademacs-85527ff309fc9ac5fbda80b119f021719902cc7c.tar.gz
emacs-85527ff309fc9ac5fbda80b119f021719902cc7c.zip
* lisp/progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
forward-sexp-function while we redo its job. Fixes: debbugs:15613
Diffstat (limited to 'test')
-rwxr-xr-xtest/indent/shell.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/indent/shell.sh b/test/indent/shell.sh
index 790656501d1..e402398b996 100755
--- a/test/indent/shell.sh
+++ b/test/indent/shell.sh
@@ -5,6 +5,12 @@ setlock -n /tmp/getmail.lock && echo getmail isn\'t running
5 5
6# adsgsdg 6# adsgsdg
7 7
8if foo; then
9 if bar; then
10 toto
11 fi
12fi # bug#15613
13
8case $X in 14case $X in
9 foo) 15 foo)
10 do_something 16 do_something